Remove unnecessary spaces.
This commit is contained in:
parent
bc45f4ef20
commit
49c93d0ada
@ -28,8 +28,7 @@ namespace AirFighter
|
|||||||
|
|
||||||
//=> оператор подобный return
|
//=> оператор подобный return
|
||||||
public float Step => Speed * 100 / Weight;
|
public float Step => Speed * 100 / Weight;
|
||||||
|
|
||||||
|
|
||||||
public EntityAircraft(int speed, float weight, Color bodyColor)
|
public EntityAircraft(int speed, float weight, Color bodyColor)
|
||||||
{
|
{
|
||||||
Speed = speed;
|
Speed = speed;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user