コード例 #1
0
 public int CountItems(Item_Type aItemType, Game_Item.EItemLocationType aLocationType = Game_Item.EItemLocationType.ILT_Unknown)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public int GetFreeSlots(Game_Item.EItemLocationType aLocationType, int aLocationID = 0)
 {
     throw new NotImplementedException();
 }