|
@@ -63,6 +63,9 @@ namespace KYFramework.Network
|
|
|
[Message(OuterOpcode.C2S_StmulationStart)]
|
|
|
public partial class C2S_StmulationStart : IMessage {}
|
|
|
|
|
|
+ [Message(OuterOpcode.C2S_StmulationTimeScale)]
|
|
|
+ public partial class C2S_StmulationTimeScale : IMessage {}
|
|
|
+
|
|
|
[Message(OuterOpcode.S2C_StmulationEnd)]
|
|
|
public partial class S2C_StmulationEnd : IMessage {}
|
|
|
|
|
@@ -110,12 +113,13 @@ namespace KYFramework.Network
|
|
|
public const ushort PlanTurningPoint = 119;
|
|
|
public const ushort S2C_TurningPointOutput = 120;
|
|
|
public const ushort C2S_StmulationStart = 121;
|
|
|
- public const ushort S2C_StmulationEnd = 122;
|
|
|
- public const ushort EntitySheetReportValue = 123;
|
|
|
- public const ushort SheetReportValue = 124;
|
|
|
- public const ushort ReportValue = 125;
|
|
|
- public const ushort C2S_SimulationResult = 126;
|
|
|
- public const ushort S2C_SimulatinResult = 127;
|
|
|
- public const ushort S2C_FireSpread = 128;
|
|
|
+ public const ushort C2S_StmulationTimeScale = 122;
|
|
|
+ public const ushort S2C_StmulationEnd = 123;
|
|
|
+ public const ushort EntitySheetReportValue = 124;
|
|
|
+ public const ushort SheetReportValue = 125;
|
|
|
+ public const ushort ReportValue = 126;
|
|
|
+ public const ushort C2S_SimulationResult = 127;
|
|
|
+ public const ushort S2C_SimulatinResult = 128;
|
|
|
+ public const ushort S2C_FireSpread = 129;
|
|
|
}
|
|
|
}
|