Exemple #1
0
 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>();
 }
Exemple #2
0
 public ReverseDictionary(BiDictionary <TFirst, TSecond> owner)
 {
     _owner = owner;
 }