定义
This commit is contained in:
@@ -23,16 +23,14 @@ message QuaternionInfo
|
||||
message GearInfo
|
||||
{
|
||||
int64 Rod = 1;
|
||||
repeated int64 Rigs = 2; //钓组配件
|
||||
float LineLength = 3; //线长度
|
||||
float ReelSpeed = 4; //收线速度
|
||||
int32 State = 5; //杆子状态
|
||||
Vector3Info Position = 6; //钓组当前位置
|
||||
Vector3Info Rotation = 7; //钓组方向
|
||||
repeated int64 Rigs = 2; //钓组配件
|
||||
int32 State = 3; //杆子状态
|
||||
Vector3Info Position = 4; //钓组当前位置
|
||||
Vector3Info Rotation = 5; //钓组方向
|
||||
repeated KeyValueInt32 Propertys = 6; //属性信息
|
||||
}
|
||||
|
||||
|
||||
|
||||
message UnitStateInfo
|
||||
{
|
||||
int32 State = 1; //状态id
|
||||
|
||||
Reference in New Issue
Block a user