Move mod-level ActorInits out of the engine.

This commit is contained in:
teees
2016-06-05 10:50:47 +01:00
committed by Paul Chote
parent 4c5429200e
commit b7bf7b6ec0
9 changed files with 47 additions and 37 deletions

View File

@@ -11,6 +11,7 @@
using System.Linq;
using OpenRA.Activities;
using OpenRA.Mods.Common;
using OpenRA.Mods.Common.Activities;
using OpenRA.Mods.Common.Traits;
using OpenRA.Primitives;