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