Pull ActorMap back out into a trait.

This commit is contained in:
Paul Chote
2013-09-21 15:38:30 +12:00
parent dfd51c0caa
commit 4a2a747556
8 changed files with 41 additions and 28 deletions

View File

@@ -10,6 +10,7 @@
using System.Linq;
using OpenRA.FileFormats;
using OpenRA.Traits;
namespace OpenRA
{