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