Create 4 branch

This commit is contained in:
ekallin 2023-10-22 10:17:30 +04:00
parent 0e251a1527
commit 5ade022f0c

View File

@ -8,6 +8,7 @@ namespace ProjectElectricLocomotive.Entities
{
public class EntityLocomotive
{
//a new branch
public int Speed { get; private set;}
public double Weight { get; private set;}
public Color BodyColor { get; private set;}