예제 #1
0
 public UgcInfo(UgcInfo other)
 {
     this.FileName     = other.FileName;
     this.Name         = other.Name;
     this.AccountId    = other.AccountId;
     this.CharacterId  = other.CharacterId;
     this.Author       = other.Author;
     this.CreationTime = other.CreationTime;
     this.Url          = other.Url;
 }
예제 #2
0
 public TemplateItem(int mapleId, InventoryType inventoryType, EquipSlot[] equipSlots, int slotMax)
     : base(mapleId, inventoryType, equipSlots, slotMax)
 {
     Ugc = new UgcInfo();
 }