示例#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;
 }
示例#2
0
文件: Proxy.cs 项目: sharknice/Sharky
 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;
 }