Move the core of OpenRA.Mods.RA.Scripting to OpenRA.Mods.Common.Scripting

This commit is contained in:
atlimit8
2014-11-25 20:14:03 -06:00
parent 60cf2d2cae
commit 91b5ac5070
26 changed files with 93 additions and 75 deletions

View File

@@ -9,6 +9,7 @@
#endregion
using Eluant;
using OpenRA.Mods.Common.Activities;
using OpenRA.Mods.RA.Activities;
using OpenRA.Scripting;
using OpenRA.Traits;