Exemplo n.º 1
0
    public object Clone()
    {
        RockBlocks clonedItem = new RockBlocks(null, this.Name, this.ItemValue);

        clonedItem.Type         = Type;
        clonedItem.SortingLayer = SortingLayer;
        clonedItem.Count        = Count;
        return(clonedItem);
    }
Exemplo n.º 2
0
 public object Clone()
 {
     RockBlocks clonedItem = new RockBlocks(null, this.Name, this.ItemValue);
     clonedItem.Type = Type;
     clonedItem.SortingLayer = SortingLayer;
     clonedItem.Count = Count;
     return clonedItem;
 }