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

10 lines
135 B
C#
Raw Normal View History

namespace RedHotRoast
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,
}
}