|
|
@@ -99,21 +99,6 @@ namespace ET
|
|
|
|
|
|
}
|
|
|
|
|
|
- [Message(LockStepOuter.LSInput)]
|
|
|
- [ProtoContract]
|
|
|
- [MemoryPackable]
|
|
|
- public partial class LSInput: MessageObject
|
|
|
- {
|
|
|
- [ProtoMember(1)]
|
|
|
- [MemoryPackOrder(0)]
|
|
|
- public TrueSync.TSVector2 V { get; set; }
|
|
|
-
|
|
|
- [ProtoMember(2)]
|
|
|
- [MemoryPackOrder(1)]
|
|
|
- public int Button { get; set; }
|
|
|
-
|
|
|
- }
|
|
|
-
|
|
|
[Message(LockStepOuter.FrameMessage)]
|
|
|
[ProtoContract]
|
|
|
[MemoryPackable]
|
|
|
@@ -167,9 +152,8 @@ namespace ET
|
|
|
public const ushort C2Room_ChangeSceneFinish = 11005;
|
|
|
public const ushort LockStepUnitInfo = 11006;
|
|
|
public const ushort Room2C_Start = 11007;
|
|
|
- public const ushort LSInput = 11008;
|
|
|
- public const ushort FrameMessage = 11009;
|
|
|
- public const ushort OneFrameMessages = 11010;
|
|
|
- public const ushort Room2C_AdjustUpdateTime = 11011;
|
|
|
+ public const ushort FrameMessage = 11008;
|
|
|
+ public const ushort OneFrameMessages = 11009;
|
|
|
+ public const ushort Room2C_AdjustUpdateTime = 11010;
|
|
|
}
|
|
|
}
|