Exemple #1
0
 public void AddTurret(TurretController controller)
 {
     turrets.Add(controller);
     controller.SetWeaponHolderOwner(this);
 }