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