- namespace Model
- {
- public static partial class Opcode
- {
- public const ushort C2R_Login = 1001;
- public const ushort R2C_Login = 1002;
- public const ushort R2C_ServerLog = 1003;
- public const ushort C2G_LoginGate = 1004;
- public const ushort G2C_LoginGate = 1005;
- public const ushort C2G_GetPlayerInfo = 1006;
- public const ushort G2C_GetPlayerInfo = 1007;
- public const ushort C2M_Reload = 1008;
- public const ushort Actor_Test = 2001;
- }
- }
|