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

7 lines
102 B
C#

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