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