Files

7 lines
102 B
C#
Raw Permalink Normal View History

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