| 123456789101112131415161718192021222324252627 |
- namespace ET
- {
- public static partial class InnerOpcode
- {
- public const ushort ObjectQueryRequest = 20002;
- 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;
- }
- }
|