This commit is contained in:
pnevmoslon1 2024-05-21 02:55:09 +04:00
parent d13c774f5a
commit 738f6481fb

View File

@ -48,7 +48,7 @@ public class EntityWarmlyShip : EntityShip
Pipes = pipes;
}
public virtual string[] GetStringRepresentation()
public override string[] GetStringRepresentation()
{
return new[] { nameof(EntityShip), Speed.ToString(), Weight.ToString(), BodyColor.Name,
SeckondColor.Name, FuelHole.ToString(), Pipes.ToString() };