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:
committed by
Oliver Brakmann
parent
d823d38e8c
commit
6db27b1839
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user