public function get_killed_by(Player $player) { return Kill::container()->get_by_victim($player, $this); }