public static MyPrefabContainerManager GetInstance()
        {
            if (m_Instance == null)
                m_Instance = new MyPrefabContainerManager();

            return m_Instance;
        }
Exemple #2
0
        public static MyPrefabContainerManager GetInstance()
        {
            if (m_Instance == null)
            {
                m_Instance = new MyPrefabContainerManager();
            }

            return(m_Instance);
        }