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

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

            return(m_Instance);
        }