Lisov N.A LabWork1 #1

Merged
eegov merged 6 commits from LabWork01 into master 2022-10-28 09:25:03 +04:00
Showing only changes of commit 1438f0a310 - Show all commits

View File

@ -15,7 +15,6 @@ public class EntityAircraft
Weight = weight;
BodyColor = bodyColor;
Step = speed * 100 / weight;
}
public int getSpeed()