Exemple #1
0
 public void add(TankMotor tm)
 {
     if (tm.GetComponent <AiTankController>())
     {
         return;
     }
     Tanks.Add(tm);
 }