Files
RedHotRoast-ios/Assets/Scripts/Define/Message/GameMsg_Base_0-9999.cs
T
2026-04-22 09:52:55 +08:00

10 lines
208 B
C#

namespace FlowerPower
{
public static partial class GameMsg
{
public const string NAME = "GameMsg";
public const uint BASE = 0;
private static uint Cursor_BASE = BASE;
}
}