コード例 #1
0
ファイル: RoleMgr.cs プロジェクト: YueLung/ai_gomoku
 public void onCommand(CommandBase command)
 {
     CurrentTurnRole.onCommand(command);
 }