Exemplo n.º 1
0
    public static WallConf GetInstance()
    {
        if (instance == null)
        {
            instance = new WallConf();
        }

        return(instance);
    }
Exemplo n.º 2
0
 void Awake()
 {
     wallConf = WallConf.GetInstance();
 }