예제 #1
0
 public ResourceItemInstance(ItemTypeBase itemType, long count)
 {
     ItemType = itemType;
     Count = count;
 }
예제 #2
0
 public ConstructionWorkItem(ItemTypeBase item)
 {
     ItemType = item;
 }