Esempio n. 1
0
        public AudiencePlayersSys(TwitchNetworking theNetwork, IRCNetworkRecorder theRecorder)
        {
            network  = theNetwork;
            recorder = theRecorder;

            chatSys = new ChatSys(this);
        }