Exemple #1
0
 public void Interact(IPlayer player, IShip ship)
 {
     CurrentDamage = CurrentDamage - ship.Config.RepairTick;
     SetSpriteToMatchCurrentDamage();
     ship.ApplyRapairTick(ship.Config.RepairTick);
 }