First Commit. Project Created.

This commit is contained in:
Данила Мочалов 2022-09-24 16:48:31 +04:00
parent f6fab2a232
commit 6b03a65d8f

8
EntityLocomotive.java Normal file
View File

@ -0,0 +1,8 @@
import java.awt.*;
public class EntityLocomotive {
public int Speed;
public int Weight;
public Color BodyColor;
}