Exemple #1
0
 public void SetAIStatus(bool status)
 {
     if (m_AIAgent != null)
     {
         m_AIAgent.Active(status, this);
     }
 }