示例#1
0
 public ItemInventory(ItemEntity from) : base(from.Name, from.ID, from.Type, from.OwnerID, from.LocationID, from.Flag, from.Contraband, from.Singleton, from.Quantity, from.X, from.Y, from.Z, from.CustomInfo, from.Attributes, from.mItemFactory)
 {
     loaded = LoadContents();
 }
示例#2
0
 public ItemInventory(ItemEntity from) : base(from.HasName ? from.Name : null, from.ID, from.Type, from.OwnerID, from.LocationID,
                                              from.Flag, from.Contraband, from.Singleton, from.Quantity, from.X, from.Y, from.Z, from.CustomInfo,
                                              from.Attributes, from.ItemFactory)
 {
 }