Create ASMInfo.cs
This commit is contained in:
parent
0c175cc0dd
commit
453f69dae9
1 changed files with 13 additions and 0 deletions
13
Assembly/ASMInfo.cs
Normal file
13
Assembly/ASMInfo.cs
Normal file
|
@ -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**";
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue