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