using System.Buffers; using System.Collections.Generic; namespace LightReflectiveMirror { public partial class RelayHandler { public List rooms = new List(); private List _pendingAuthentication = new List(); private ArrayPool _sendBuffers; private int _maxPacketSize = 0; private Dictionary _cachedClientRooms = new Dictionary(); private Dictionary _cachedRooms = new Dictionary(); } }