Mochalov D.V. Hard LabWork1 #1

Merged
eegov merged 7 commits from LabWork01 into master 2022-09-30 09:50:04 +04:00
Showing only changes of commit 6b03a65d8f - Show all commits

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;
}