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

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

            return(_miningCrystals);
        }