Files
ZooMatch-GP/Assets/Scripts/Define/Message/GameMsg_Base_0-9999.cs
T

10 lines
214 B
C#
Raw Normal View History

namespace ZooMatch
2026-06-02 10:26:44 +08:00
{
public static partial class GameMsg
{
public const string NAME = "GameMsg";
public const uint BASE = 0;
private static uint Cursor_BASE = BASE;
}
}