We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c1af61 commit e20778cCopy full SHA for e20778c
MiniCarLib/QianCar.cs
@@ -26,6 +26,6 @@ public class QianCar : ICar
26
27
public ushort RouteRemain { get; set; }
28
public byte Battery { get; set; }
29
- public byte MoterSpeed { get; set; }
+ public byte MoterSpeed { get; set; } = 100;
30
}
31
0 commit comments