diff --git a/EntityLocomotive.java b/EntityLocomotive.java new file mode 100644 index 0000000..88bcfdf --- /dev/null +++ b/EntityLocomotive.java @@ -0,0 +1,8 @@ +import java.awt.*; + +public class EntityLocomotive { + public int Speed; + public int Weight; + public Color BodyColor; + +}