Beispiel #1
0
 public BagItem(ConstantDefine.CollectionType type)
 {
     itemType = type;
     itemInfo = CommonUtility.GetCollectableItemInfoFromXmlByType(type);
 }
Beispiel #2
0
 public BagItem(ConstantDefine.CollectionType type)
 {
     itemType = type;
     itemInfo = CommonUtility.GetCollectableItemInfoFromXmlByType(type);
 }