13 lines
402 B
C#
13 lines
402 B
C#
namespace Fantasy
|
|
{
|
|
public static partial class InnerOpcode
|
|
{
|
|
public const uint G2Game_EnterRequest = 1073751825;
|
|
public const uint Game2G_EnterResponse = 1207969553;
|
|
public const uint G2Chat_EnterRequest = 1073751826;
|
|
public const uint Chat2G_EnterResponse = 1207969554;
|
|
public const uint Chat2G_ChatMessage = 939534097;
|
|
public const uint Club2Chat_CreateChannel = 939534098;
|
|
}
|
|
}
|