First Commit. Project Created.
This commit is contained in:
parent
f6fab2a232
commit
6b03a65d8f
8
EntityLocomotive.java
Normal file
8
EntityLocomotive.java
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
import java.awt.*;
|
||||||
|
|
||||||
|
public class EntityLocomotive {
|
||||||
|
public int Speed;
|
||||||
|
public int Weight;
|
||||||
|
public Color BodyColor;
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user