예제 #1
0
 private ItemMod(ItemMod other)
 {
     IsLocal     = other.IsLocal;
     Attribute   = other.Attribute;
     ValueColors = other.ValueColors.ToList();
 }