public WebManager(MIDIManager m) { midiManager = m; cachedPrivateHostnames = new List <string>(); rateLimitedURIs = new Dictionary <HostnameAndPath, DateTime>(); Reset(); }
public LogParser() { midiManager = new MIDIManager(); webManager = new WebManager(midiManager); localStorage = new Dictionary <string, Dictionary <string, LocalStorageWorldValue> >(); avatarChanges = new Dictionary <string, string>(); GenerateConnectionKey(); }