예제 #1
0
 public BagItem(ConstantDefine.CollectionType type)
 {
     itemType = type;
     itemInfo = CommonUtility.GetCollectableItemInfoFromXmlByType(type);
 }
예제 #2
0
파일: BagItem.cs 프로젝트: 10123815/YSDACT
 public BagItem(ConstantDefine.CollectionType type)
 {
     itemType = type;
     itemInfo = CommonUtility.GetCollectableItemInfoFromXmlByType(type);
 }