コード例 #1
0
ファイル: Program.cs プロジェクト: SirTman/Discord_Bot_Cypher
 static void Main(string[] args)
 {
     Mybot bot = new Mybot();
 }
コード例 #2
0
ファイル: Program.cs プロジェクト: SirTman/Discord_Bot_WV
 static void Main(string[] args)
 {
     BattleSYS board = new BattleSYS();
     Mybot     bot   = new Mybot();
 }