public EnemyWatcher(EnemyWatcherInfo info)
 {
     lastKnownActorIds           = new HashSet <uint>();
     discoveredPlayers           = new HashSet <Player>();
     this.info                   = info;
     rescanInterval              = 0;
     ticksBeforeNextNotification = 0;
 }
Ejemplo n.º 2
0
 public EnemyWatcher(EnemyWatcherInfo info)
 {
     lastKnownActorIds = new HashSet<uint>();
     discoveredPlayers = new HashSet<Player>();
     this.info = info;
     rescanInterval = 0;
     ticksBeforeNextNotification = 0;
 }