Files
BallCrushBest_GP/Assets/Scripts/LoveLegendCore.cs
T

7 lines
108 B
C#
Raw Normal View History

2026-04-20 12:06:34 +08:00
namespace BallKingdomCrush
{
public class LoveLegendCore : SingletonUnity<LoveLegendCore>
{
}
}