diff --git a/Assembly/ASMInfo.cs b/Assembly/ASMInfo.cs new file mode 100644 index 0000000..43d2403 --- /dev/null +++ b/Assembly/ASMInfo.cs @@ -0,0 +1,13 @@ +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**"; + } +}