Files
RedHotRoast-ios/Assets/Legend/ToolKit/LoveLegendState.cs
T

10 lines
134 B
C#
Raw Normal View History

namespace LoveLegend
2026-04-22 09:52:55 +08:00
{
public enum LoveLegendState
2026-04-22 09:52:55 +08:00
{
STATE_NONE,
STATE_LOADING,
STATE_LOADED,
}
}