|
|
@@ -2,53 +2,53 @@ namespace Model
|
|
|
{
|
|
|
public static partial class Opcode
|
|
|
{
|
|
|
- public const ushort Actor_Test = 105;
|
|
|
- public const ushort Actor_TestRequest = 106;
|
|
|
- public const ushort Actor_TestResponse = 107;
|
|
|
- public const ushort Actor_TransferRequest = 108;
|
|
|
- public const ushort Actor_TransferResponse = 109;
|
|
|
- public const ushort C2G_EnterMap = 110;
|
|
|
- public const ushort G2C_EnterMap = 111;
|
|
|
- public const ushort UnitInfo = 112;
|
|
|
- public const ushort Actor_CreateUnits = 113;
|
|
|
- public const ushort FrameMessageInfo = 114;
|
|
|
- public const ushort FrameMessage = 115;
|
|
|
- public const ushort Frame_ClickMap = 116;
|
|
|
- public const ushort C2M_Reload = 117;
|
|
|
- public const ushort M2C_Reload = 118;
|
|
|
- public const ushort C2R_Ping = 119;
|
|
|
- public const ushort R2C_Ping = 120;
|
|
|
- public const ushort M2M_TrasferUnitRequest = 1005;
|
|
|
- public const ushort M2M_TrasferUnitResponse = 1006;
|
|
|
- public const ushort M2A_Reload = 1007;
|
|
|
- public const ushort A2M_Reload = 1008;
|
|
|
- public const ushort G2G_LockRequest = 1009;
|
|
|
- public const ushort G2G_LockResponse = 1010;
|
|
|
- public const ushort G2G_LockReleaseRequest = 1011;
|
|
|
- public const ushort G2G_LockReleaseResponse = 1012;
|
|
|
- public const ushort DBSaveRequest = 1013;
|
|
|
- public const ushort DBSaveBatchResponse = 1014;
|
|
|
- public const ushort DBSaveBatchRequest = 1015;
|
|
|
- public const ushort DBSaveResponse = 1016;
|
|
|
- public const ushort DBQueryRequest = 1017;
|
|
|
- public const ushort DBQueryResponse = 1018;
|
|
|
- public const ushort DBQueryBatchRequest = 1019;
|
|
|
- public const ushort DBQueryBatchResponse = 1020;
|
|
|
- public const ushort DBQueryJsonRequest = 1021;
|
|
|
- public const ushort DBQueryJsonResponse = 1022;
|
|
|
- public const ushort ObjectAddRequest = 1023;
|
|
|
- public const ushort ObjectAddResponse = 1024;
|
|
|
- public const ushort ObjectRemoveRequest = 1025;
|
|
|
- public const ushort ObjectRemoveResponse = 1026;
|
|
|
- public const ushort ObjectLockRequest = 1027;
|
|
|
- public const ushort ObjectLockResponse = 1028;
|
|
|
- public const ushort ObjectUnLockRequest = 1029;
|
|
|
- public const ushort ObjectUnLockResponse = 1030;
|
|
|
- public const ushort ObjectGetRequest = 1031;
|
|
|
- public const ushort ObjectGetResponse = 1032;
|
|
|
- public const ushort R2G_GetLoginKey = 1033;
|
|
|
- public const ushort G2R_GetLoginKey = 1034;
|
|
|
- public const ushort G2M_CreateUnit = 1035;
|
|
|
- public const ushort M2G_CreateUnit = 1036;
|
|
|
+ public const ushort Actor_Test = 1105;
|
|
|
+ public const ushort Actor_TestRequest = 1106;
|
|
|
+ public const ushort Actor_TestResponse = 1107;
|
|
|
+ public const ushort Actor_TransferRequest = 1108;
|
|
|
+ public const ushort Actor_TransferResponse = 1109;
|
|
|
+ public const ushort C2G_EnterMap = 1110;
|
|
|
+ public const ushort G2C_EnterMap = 1111;
|
|
|
+ public const ushort UnitInfo = 1112;
|
|
|
+ public const ushort Actor_CreateUnits = 1113;
|
|
|
+ public const ushort FrameMessageInfo = 1114;
|
|
|
+ public const ushort FrameMessage = 1115;
|
|
|
+ public const ushort Frame_ClickMap = 1116;
|
|
|
+ public const ushort C2M_Reload = 1117;
|
|
|
+ public const ushort M2C_Reload = 1118;
|
|
|
+ public const ushort C2R_Ping = 1119;
|
|
|
+ public const ushort R2C_Ping = 1120;
|
|
|
+ public const ushort M2M_TrasferUnitRequest = 2005;
|
|
|
+ public const ushort M2M_TrasferUnitResponse = 2006;
|
|
|
+ public const ushort M2A_Reload = 2007;
|
|
|
+ public const ushort A2M_Reload = 2008;
|
|
|
+ public const ushort G2G_LockRequest = 2009;
|
|
|
+ public const ushort G2G_LockResponse = 2010;
|
|
|
+ public const ushort G2G_LockReleaseRequest = 2011;
|
|
|
+ public const ushort G2G_LockReleaseResponse = 2012;
|
|
|
+ public const ushort DBSaveRequest = 2013;
|
|
|
+ public const ushort DBSaveBatchResponse = 2014;
|
|
|
+ public const ushort DBSaveBatchRequest = 2015;
|
|
|
+ public const ushort DBSaveResponse = 2016;
|
|
|
+ public const ushort DBQueryRequest = 2017;
|
|
|
+ public const ushort DBQueryResponse = 2018;
|
|
|
+ public const ushort DBQueryBatchRequest = 2019;
|
|
|
+ public const ushort DBQueryBatchResponse = 2020;
|
|
|
+ public const ushort DBQueryJsonRequest = 2021;
|
|
|
+ public const ushort DBQueryJsonResponse = 2022;
|
|
|
+ public const ushort ObjectAddRequest = 2023;
|
|
|
+ public const ushort ObjectAddResponse = 2024;
|
|
|
+ public const ushort ObjectRemoveRequest = 2025;
|
|
|
+ public const ushort ObjectRemoveResponse = 2026;
|
|
|
+ public const ushort ObjectLockRequest = 2027;
|
|
|
+ public const ushort ObjectLockResponse = 2028;
|
|
|
+ public const ushort ObjectUnLockRequest = 2029;
|
|
|
+ public const ushort ObjectUnLockResponse = 2030;
|
|
|
+ public const ushort ObjectGetRequest = 2031;
|
|
|
+ public const ushort ObjectGetResponse = 2032;
|
|
|
+ public const ushort R2G_GetLoginKey = 2033;
|
|
|
+ public const ushort G2R_GetLoginKey = 2034;
|
|
|
+ public const ushort G2M_CreateUnit = 2035;
|
|
|
+ public const ushort M2G_CreateUnit = 2036;
|
|
|
}
|
|
|
}
|