提交示例代码

This commit is contained in:
Bob.Song
2026-03-05 11:39:06 +08:00
commit 25958f58c3
2534 changed files with 209593 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
namespace Fantasy
{
public static partial class InnerOpcode
{
public const uint G2Mail_LoginRequest = 1073751825;
public const uint Mail2G_LoginResponse = 1207969553;
public const uint G2Mail_TestMessage = 939534097;
public const uint G2Mail_ExitRequest = 1073751826;
public const uint Mail2G_ExitResponse = 1207969554;
public const uint Other2Mail_SendMailRequest = 1082140435;
public const uint Mail2Other_SendMailResponse = 1207969555;
}
}