Beispiel #1
0
 public void AITick()
 {
     if (mobAI != null)
     {
         mobAI.AITick();
     }
 }