예제 #1
0
 public bool CanStore(ItemData item)
 {
     return(GetFreeCellCount() > 0 && Filter.Allows(item));
 }