Example #1
0
 public function __construct(SpleefGame $game, $id)
 {
     $this->game = $game;
     $this->config = Settings::spleef_getArenaConfig($this->id = $id, $game->getMain()->getServer());
 }