public MiningCrystals Clone() { MiningCrystals _miningCrystals = new MiningCrystals { TypeId = TypeId, OreType = OreType, Quantity = Quantity, Description = Description }; return _miningCrystals; }
public MiningCrystals Clone() { MiningCrystals _miningCrystals = new MiningCrystals { TypeId = TypeId, OreType = OreType, Quantity = Quantity, Description = Description }; return(_miningCrystals); }