public void notifyPlayer(string objectType) { destroyCapsule(); player.updateSphere(objectType); }
public void notifyPlayer(String objectType) { destroyHealthPotion(); player.updateSphere(objectType); }
public void notifyPlayer(String objectType) { player.updateSphere(objectType); }