Example #1
0
 private function getPlayingPlayersCount()
 {
     return $this->matchMakingService->getPlayersPlayingCount($this->storage->serverLogin);
 }