Esempio n. 1
0
 public function __construct(ThreadedMapProvider $provider, Server $server, $mapName, Match $match)
 {
     $this->provider = $provider;
     $this->prefix = $server->getDataPath() . "worlds/room-{$mapName}-";
     $this->gameName = $match->getGame()->getName()->get();
     $this->matchId = $match->getMatchId();
 }
Esempio n. 2
0
 public function __construct(CTFGame $game, $id)
 {
     parent::__construct($game, $id);
 }