예제 #1
0
        public static EquipOperation Instance()
        {
            if (mInstance == null)
            {
                mInstance = new EquipOperation();
            }

            return(mInstance);
        }
예제 #2
0
        public static EquipOperation Instance()
        {
            if (mInstance == null)
            {
                mInstance = new EquipOperation();
            }

            return mInstance;
        }