package mightypork.rogue.world.events; public interface PlayerDeathHandler { void onPlayerKilled(); }