Exemple #1
0
 public override bool CanCollect()
 {
     return(inventorySystem.CanPickupItem(associatedItem));
 }