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