Beispiel #1
0
 public void Use(ItemHealthy healthy)
 {
 }
Beispiel #2
0
 public void Use(ItemHealthy healthy)
 {
     throw new NotImplementedException();
 }
Beispiel #3
0
 public bool CanUse(ItemHealthy healthy)
 {
     return(false);
 }
Beispiel #4
0
 public bool CanUse(ItemHealthy healthy)
 {
     throw new NotImplementedException();
 }