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

10 lines
146 B
C#
Raw Normal View History

2026-07-06 16:27:14 +08:00
namespace TowerClimberChronicles
{
public enum LoveLegendState
{
STATE_NONE,
STATE_LOADING,
STATE_LOADED,
}
}