lab6
This commit is contained in:
parent
d13c774f5a
commit
738f6481fb
@ -48,7 +48,7 @@ public class EntityWarmlyShip : EntityShip
|
|||||||
Pipes = pipes;
|
Pipes = pipes;
|
||||||
|
|
||||||
}
|
}
|
||||||
public virtual string[] GetStringRepresentation()
|
public override string[] GetStringRepresentation()
|
||||||
{
|
{
|
||||||
return new[] { nameof(EntityShip), Speed.ToString(), Weight.ToString(), BodyColor.Name,
|
return new[] { nameof(EntityShip), Speed.ToString(), Weight.ToString(), BodyColor.Name,
|
||||||
SeckondColor.Name, FuelHole.ToString(), Pipes.ToString() };
|
SeckondColor.Name, FuelHole.ToString(), Pipes.ToString() };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user