Slackwolf\Game\Command\VoteCommand::fire PHP Method

fire() public method

public fire ( )
    public function fire()
    {
        $this->gameManager->vote($this->game, $this->userId, $this->args[0]);
    }