Skip to content

Commit e20778c

Browse files
author
“寧々”
committed
2021年10月20日 V1.07
1 parent 0c1af61 commit e20778c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MiniCarLib/QianCar.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ public class QianCar : ICar
2626

2727
public ushort RouteRemain { get; set; }
2828
public byte Battery { get; set; }
29-
public byte MoterSpeed { get; set; }
29+
public byte MoterSpeed { get; set; } = 100;
3030
}
3131
}

0 commit comments

Comments
 (0)