Пример #1
0
 public void ShipHealthDecrease(float amount)
 {
     m_ShipHealth.NegitiveChangePerSecond(amount);
 }