|
|
@@ -3,27 +3,25 @@ namespace ET
|
|
|
public static partial class InnerOpcode
|
|
|
{
|
|
|
public const ushort ObjectQueryRequest = 20002;
|
|
|
- public const ushort M2M_TrasferUnitResponse = 20003;
|
|
|
- public const ushort M2A_Reload = 20004;
|
|
|
- public const ushort A2M_Reload = 20005;
|
|
|
- public const ushort G2G_LockRequest = 20006;
|
|
|
- public const ushort G2G_LockResponse = 20007;
|
|
|
- public const ushort G2G_LockReleaseRequest = 20008;
|
|
|
- public const ushort G2G_LockReleaseResponse = 20009;
|
|
|
- public const ushort ObjectAddRequest = 20010;
|
|
|
- public const ushort ObjectAddResponse = 20011;
|
|
|
- public const ushort ObjectLockRequest = 20012;
|
|
|
- public const ushort ObjectLockResponse = 20013;
|
|
|
- public const ushort ObjectUnLockRequest = 20014;
|
|
|
- public const ushort ObjectUnLockResponse = 20015;
|
|
|
- public const ushort ObjectRemoveRequest = 20016;
|
|
|
- public const ushort ObjectRemoveResponse = 20017;
|
|
|
- public const ushort ObjectGetRequest = 20018;
|
|
|
- public const ushort ObjectGetResponse = 20019;
|
|
|
- public const ushort R2G_GetLoginKey = 20020;
|
|
|
- public const ushort G2R_GetLoginKey = 20021;
|
|
|
- public const ushort G2M_CreateUnit = 20022;
|
|
|
- public const ushort M2G_CreateUnit = 20023;
|
|
|
- public const ushort G2M_SessionDisconnect = 20024;
|
|
|
+ public const ushort M2A_Reload = 20003;
|
|
|
+ public const ushort A2M_Reload = 20004;
|
|
|
+ public const ushort G2G_LockRequest = 20005;
|
|
|
+ public const ushort G2G_LockResponse = 20006;
|
|
|
+ public const ushort G2G_LockReleaseRequest = 20007;
|
|
|
+ public const ushort G2G_LockReleaseResponse = 20008;
|
|
|
+ public const ushort ObjectAddRequest = 20009;
|
|
|
+ public const ushort ObjectAddResponse = 20010;
|
|
|
+ public const ushort ObjectLockRequest = 20011;
|
|
|
+ public const ushort ObjectLockResponse = 20012;
|
|
|
+ public const ushort ObjectUnLockRequest = 20013;
|
|
|
+ public const ushort ObjectUnLockResponse = 20014;
|
|
|
+ public const ushort ObjectRemoveRequest = 20015;
|
|
|
+ public const ushort ObjectRemoveResponse = 20016;
|
|
|
+ public const ushort ObjectGetRequest = 20017;
|
|
|
+ public const ushort ObjectGetResponse = 20018;
|
|
|
+ public const ushort R2G_GetLoginKey = 20019;
|
|
|
+ public const ushort G2R_GetLoginKey = 20020;
|
|
|
+ public const ushort M2M_UnitTransferResponse = 20021;
|
|
|
+ public const ushort G2M_SessionDisconnect = 20022;
|
|
|
}
|
|
|
}
|