Exemple #1
0
 public InvisibleAttacks(EnemyStrategyHistory enemyStrategyHistory, ChatService chatService, ActiveUnitData activeUnitData, SharkyOptions sharkyOptions, DebugService debugService, UnitCountService unitCountService)
 {
     EnemyStrategyHistory = enemyStrategyHistory;
     ChatService          = chatService;
     ActiveUnitData       = activeUnitData;
     SharkyOptions        = sharkyOptions;
     DebugService         = debugService;
     UnitCountService     = unitCountService;
 }
Exemple #2
0
 public Proxy(EnemyStrategyHistory enemyStrategyHistory, ChatService chatService, ActiveUnitData activeUnitData, SharkyOptions sharkyOptions, TargetingData targetingData, DebugService debugService, UnitCountService unitCountService)
 {
     EnemyStrategyHistory = enemyStrategyHistory;
     ChatService          = chatService;
     ActiveUnitData       = activeUnitData;
     SharkyOptions        = sharkyOptions;
     TargetingData        = targetingData;
     DebugService         = debugService;
     UnitCountService     = unitCountService;
 }