コード例 #1
0
ファイル: RoleBase.cs プロジェクト: YueLung/ai_gomoku
 protected virtual bool onRenewCommand(CommandBase command)
 {
     RoleMgr.RenewGame();
     return(true);
 }