- namespace ETModel
- {
- public static partial class HotfixOpcode
- {
- public const ushort C2R_Login = 10001;
- public const ushort R2C_Login = 10002;
- public const ushort C2G_LoginGate = 10003;
- public const ushort G2C_LoginGate = 10004;
- public const ushort G2C_TestHotfixMessage = 10005;
- public const ushort C2M_TestActorRequest = 10006;
- public const ushort M2C_TestActorResponse = 10007;
- public const ushort PlayerInfo = 10008;
- public const ushort C2G_PlayerInfo = 10009;
- public const ushort G2C_PlayerInfo = 10010;
- }
- }
|