PIbd-21 Bakalskaya E.D. LabWork04 Base #6

Closed
ekallin wants to merge 4 commits from LabWork04 into LabWork03
Showing only changes of commit 5ade022f0c - Show all commits

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