Files
2026-06-12 10:11:36 +08:00

7 lines
102 B
C#

namespace LoveLegend
{
public class LoveLegendCore : SingletonUnity<LoveLegendCore>
{
}
}