Files
ZooMatch-GP/Assets/Scripts/ZooMatchCore.cs
T

7 lines
102 B
C#
Raw Normal View History

namespace ZooMatch
{
public class ZooMatchCore : SingletonUnity<ZooMatchCore>
{
}
}