Esempio n. 1
0
        public static MyPrefabFactory GetInstance()
        {
            if (m_Instance == null)
                m_Instance = new MyPrefabFactory();

            return m_Instance;
        }
Esempio n. 2
0
        public static MyPrefabFactory GetInstance()
        {
            if (m_Instance == null)
            {
                m_Instance = new MyPrefabFactory();
            }

            return(m_Instance);
        }