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