Esempio n. 1
0
        public MiningCrystals Clone()
        {
            MiningCrystals _miningCrystals = new MiningCrystals
            {
                TypeId = TypeId,
                OreType = OreType,
                Quantity = Quantity,
                Description = Description
            };

            return _miningCrystals;
        }
Esempio n. 2
0
        public MiningCrystals Clone()
        {
            MiningCrystals _miningCrystals = new MiningCrystals
            {
                TypeId      = TypeId,
                OreType     = OreType,
                Quantity    = Quantity,
                Description = Description
            };

            return(_miningCrystals);
        }