Exemple #1
0
 public void notifyPlayer(string objectType)
 {
     destroyCapsule();
     player.updateSphere(objectType);
 }
 public void notifyPlayer(String objectType)
 {
     destroyHealthPotion();
     player.updateSphere(objectType);
 }
Exemple #3
0
 public void notifyPlayer(String objectType)
 {
     player.updateSphere(objectType);
 }