新增1.0和2.0两种协议车型车型
This commit is contained in:
@@ -24,9 +24,9 @@ namespace StandardScene.CarTypes
|
||||
version = _protocolVersion,
|
||||
manufacturer = _manufacturer,
|
||||
serialNumber = _serialNumber,
|
||||
actions = new List<actionState>
|
||||
actions = new List<action>
|
||||
{
|
||||
new actionState
|
||||
new action
|
||||
{
|
||||
actionId = actionId,
|
||||
actionType = actionType,
|
||||
|
||||
Reference in New Issue
Block a user