Slackwolf\Game\Command\VoteCommand::fire PHP 메소드

fire() 공개 메소드

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