//Completes this agent's turn public void EndTurn() { m_performAction = false; m_turnManager.TurnComplete(); }