Beispiel #1
0
 private void RunAIMain()
 {
     try
     {
         AIMain.Call(this);
     }
     catch (Exception e)
     {
         throw new ImplementationException("Error in Enemy AI Main script, enemy = " + Name, e);
     }
 }
Beispiel #2
0
 private void Awake()
 {
     m_Instance = this;
 }