2026-04-27 11:20:13 +08:00
|
|
|
namespace RedHotRoast
|
2026-04-22 09:52:55 +08:00
|
|
|
{
|
|
|
|
|
public partial class NetworkMsg
|
|
|
|
|
{
|
|
|
|
|
private static uint MsgRootLogic = 100000;
|
|
|
|
|
public static uint GetConfig = ++MsgRootLogic;
|
|
|
|
|
public static uint Login = ++MsgRootLogic;
|
|
|
|
|
public static uint SavePlayData = ++MsgRootLogic;
|
|
|
|
|
public static uint GetPlayData = ++MsgRootLogic;
|
|
|
|
|
public static uint NotNetwork = ++MsgRootLogic;
|
|
|
|
|
}
|
|
|
|
|
}
|