コード例 #1
0
ファイル: Program.cs プロジェクト: wx8829110/WUYANZZZ
 private static void Game_OnGameLoad(EventArgs args)
 {
     BaseUlt = new BaseUlt();
 }
コード例 #2
0
 private static void Game_OnGameLoad(EventArgs args)
 {
     BaseUlt = new BaseUlt();
     Game.PrintChat("BaseUlt 3");
 }