コード例 #1
0
 //Completes this agent's turn
 public void EndTurn()
 {
     m_performAction = false;
     m_turnManager.TurnComplete();
 }