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

@@ -15,9 +15,9 @@ using System.Drawing;
using System.IO;
using System.Linq;
using OpenRA.FileSystem;
using OpenRA.Mods.Common;
using OpenRA.Mods.Common.FileFormats;
using OpenRA.Mods.Common.Traits;
using OpenRA.Traits;
namespace OpenRA.Mods.TS.UtilityCommands
{