Removed extra spaces.
This commit is contained in:
parent
51c291cedb
commit
c9fd4493f6
@ -9,7 +9,6 @@ public class EntityAircraft
|
|||||||
public Color BodyColor;
|
public Color BodyColor;
|
||||||
public float Step;
|
public float Step;
|
||||||
|
|
||||||
|
|
||||||
public void Init(int speed,float weight,Color bodyColor)
|
public void Init(int speed,float weight,Color bodyColor)
|
||||||
{
|
{
|
||||||
Speed = speed;
|
Speed = speed;
|
||||||
@ -39,5 +38,4 @@ public class EntityAircraft
|
|||||||
return BodyColor;
|
return BodyColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user