Split off last bot modules

And dissolve AI namespace.
There would have been so little left in Common.AI,
that keeping it made no sense anymore.
This commit is contained in:
reaperrr
2018-11-14 15:58:46 +01:00
committed by Paul Chote
parent b74ff33039
commit 54c2894b4e
26 changed files with 1017 additions and 771 deletions

View File

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