9 lines
No EOL
215 B
C#
9 lines
No EOL
215 B
C#
namespace Geekbot.net.Lib
|
|
{
|
|
public class Constants
|
|
{
|
|
public const string Name = "Geekbot";
|
|
public const double BotVersion = 3.5;
|
|
public const double ApiVersion = 1;
|
|
}
|
|
} |