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