13 lines
284 B
C#
13 lines
284 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace Bot.Assemble
|
|
{
|
|
public class ASMInfo
|
|
{
|
|
public static string BotName = "ZBotCore";
|
|
public static double BotVer = 5.1;
|
|
public static string GitPassword = "**REMOVED**";
|
|
}
|
|
}
|