예제 #1
0
        void Awake()
        {
            Instance = this;

            m_CubeControllers = new List<CubeController>();
            
            m_CubeMoving = new List<CubeController>();
        }
예제 #2
0
        void Awake()
        {
            Instance = this;

            m_CubeControllers = new List <CubeController>();

            m_CubeMoving = new List <CubeController>();
        }