Files
RedHotRoast-ios/Assets/Scripts/Define/Message/GameMsg_Base_0-9999.cs
T

10 lines
208 B
C#
Raw Normal View History

namespace RedHotRoast
2026-04-22 09:52:55 +08:00
{
public static partial class GameMsg
{
public const string NAME = "GameMsg";
public const uint BASE = 0;
private static uint Cursor_BASE = BASE;
}
}