Files
PerfectTidy_untiy_ios/Assets/Legend/ToolKit/LoveLegendState.cs
T

10 lines
134 B
C#
Raw Normal View History

2026-06-12 10:11:36 +08:00
namespace LoveLegend
{
public enum LoveLegendState
{
STATE_NONE,
STATE_LOADING,
STATE_LOADED,
}
}