Extract BaseBuilderBotModule from HackyAI
This commit is contained in:
@@ -452,6 +452,15 @@ namespace OpenRA.Mods.Common.Traits
|
||||
[RequireExplicitImplementation]
|
||||
public interface IBotTick { void BotTick(IBot bot); }
|
||||
|
||||
public interface IBotRespondToAttack { void RespondToAttack(IBot bot, Actor self, AttackInfo e); }
|
||||
|
||||
[RequireExplicitImplementation]
|
||||
public interface IBotPositionsUpdated
|
||||
{
|
||||
void UpdatedBaseCenter(CPos newLocation);
|
||||
void UpdatedDefenseCenter(CPos newLocation);
|
||||
}
|
||||
|
||||
[RequireExplicitImplementation]
|
||||
public interface IEditorActorOptions : ITraitInfoInterface
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user