Slackwolf\Game\GameManager::newGame PHP Method

newGame() public method

public newGame ( $id, array $users, $roleStrategy )
$id
$users array
$roleStrategy
    public function newGame($id, array $users, $roleStrategy)
    {
        $this->addGame(new Game($id, $users, $roleStrategy));
    }