示例#1
0
    private IEnumerator _endVoting()
    {
        TwitchBotRequest botRequest = JSAPI.EndVoting();

        yield return(botRequest);

        SetVisible(false);
    }