Files
ZooMatch-GP/Assets/Legend/ToolKit/LoveLegendState.cs
T

10 lines
149 B
C#
Raw Normal View History

2026-06-02 10:26:44 +08:00
namespace BallKingdomCrush
{
public enum LoveLegendState
{
STATE_NONE,
STATE_LOADING,
STATE_LOADED,
}
}