Split off CaptureManagerBotModule

from HackyAI.

Note: This isn't used in any official mod right know,
and known to be bugged on bleed already.
This commit is contained in:
reaperrr
2018-12-20 17:24:14 +01:00
committed by Oliver Brakmann
parent d823d38e8c
commit 6db27b1839
5 changed files with 219 additions and 116 deletions

View File

@@ -453,6 +453,7 @@ namespace OpenRA.Mods.Common.Traits
[RequireExplicitImplementation]
public interface IBotTick { void BotTick(IBot bot); }
[RequireExplicitImplementation]
public interface IBotRespondToAttack { void RespondToAttack(IBot bot, Actor self, AttackInfo e); }
[RequireExplicitImplementation]