Esempio n. 1
0
 public ActionReactionProcessor(
     ActionGenerator actionGenerator,
     EventDetectorProcessor eventDetectorProcessor,
     IChatEmoteSoundProcessor chatEmoteSoundProcessor,
     IWaypointProcessor waypointsProcessor,
     IUnitPositionFollower unitPositionFollower,
     IUpdateObjectFollower updateObjectFollower,
     IPlayerGuidFollower playerGuidFollower,
     IAuraSlotTracker auraSlotTracker)
 {
     this.actionGenerator         = actionGenerator;
     this.eventDetectorProcessor  = eventDetectorProcessor;
     this.chatEmoteSoundProcessor = chatEmoteSoundProcessor;
     this.waypointsProcessor      = waypointsProcessor;
     this.unitPositionFollower    = unitPositionFollower;
     this.updateObjectFollower    = updateObjectFollower;
     this.playerGuidFollower      = playerGuidFollower;
     this.auraSlotTracker         = auraSlotTracker;
 }
 public WaypointsToTextProcessor(IWaypointProcessor waypointProcessor)
 {
     this.waypointProcessor = waypointProcessor;
 }