Add IBotEnabled interface.
This commit is contained in:
@@ -470,6 +470,9 @@ namespace OpenRA.Mods.Common.Traits
|
||||
[RequireExplicitImplementation]
|
||||
public interface IPreventsShroudReset { bool PreventShroudReset(Actor self); }
|
||||
|
||||
[RequireExplicitImplementation]
|
||||
public interface IBotEnabled { void BotEnabled(IBot bot); }
|
||||
|
||||
[RequireExplicitImplementation]
|
||||
public interface IBotTick { void BotTick(IBot bot); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user