Fix bot module plumbing

Fixes the issues pointed out after the original harvester module was merged.
Also merges the update rules as discussed on IRC.
This commit is contained in:
reaperrr
2018-11-18 14:58:03 +01:00
committed by Paul Chote
parent 22bece2dc9
commit 67cba65800
14 changed files with 44 additions and 157 deletions

View File

@@ -365,6 +365,7 @@ namespace OpenRA.Traits
public interface IBot
{
void Activate(Player p);
void QueueOrder(Order order);
IBotInfo Info { get; }
}