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

@@ -44,6 +44,8 @@ namespace OpenRA.Mods.Common.AI
Enabled = true;
}
void IBot.QueueOrder(Order order) { }
IBotInfo IBot.Info { get { return info; } }
}
}