コード例 #1
0
ファイル: DevConsole.cs プロジェクト: pixaxeofpixie/W_O_R_L_D
 private void CreateCommands()
 {
     CommandClear.CreateCommand();
     CommandQuit.CreateCommand();
     CommandPause.CreateCommand();
     CommandTimeScale.CreateCommand();
     //CommandKill.CreateCommand();
     CommandShowGameDataPath.CreateCommand();
     CommandTeleportPlayer.CreateCommand();
 }
コード例 #2
0
 private void CreateCommands()
 {
     CommandQuit.CreateCommand();
     CommandCube.CreateCommand();
     CommandClear.CreateCommand();
 }