提交示例代码
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
namespace Fantasy
|
||||
{
|
||||
public static partial class InnerOpcode
|
||||
{
|
||||
public const uint G2Chat_LoginRequest = 1073751825;
|
||||
public const uint Chat2G_LoginResponse = 1207969553;
|
||||
public const uint G2Chat_OfflineRequest = 1073751826;
|
||||
public const uint Chat2G_OfflineResponse = 1207969554;
|
||||
public const uint Chat2G_ChatMessage = 939534097;
|
||||
public const uint Other2Chat_ChatMessage = 939534098;
|
||||
public const uint G2M_LoginRequest = 1073751827;
|
||||
public const uint M2G_LoginResponse = 1207969555;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user