Esempio n. 1
0
 public bool CheckIsInventoryFull()
 {
     return(_characterService.CheckCapacity());
 }