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

10 lines
207 B
C#

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