public NetEntityHandler() { HandleMap = new BiDictionary <int, int>(); Blips = new List <int>(); Markers = new Dictionary <int, MarkerProperties>(); Pickups = new List <int>(); _localMarkers = new Dictionary <int, MarkerProperties>(); }
public ReverseDictionary(BiDictionary <TFirst, TSecond> owner) { _owner = owner; }