Swap LuaInterface for NLua and KopiLua

This commit is contained in:
ScottNZ
2013-12-05 21:02:03 +13:00
parent 0b5b3b22b4
commit 1cf1086122
5 changed files with 18 additions and 27 deletions

View File

@@ -8,7 +8,9 @@
*/
#endregion
using LuaInterface;
using System;
using System.Linq;
using NLua;
using OpenRA.Effects;
using OpenRA.FileFormats;
using OpenRA.Mods.RA.Activities;
@@ -16,8 +18,6 @@ using OpenRA.Mods.RA.Air;
using OpenRA.Mods.RA.Missions;
using OpenRA.Scripting;
using OpenRA.Traits;
using System;
using System.Linq;
using WorldRenderer = OpenRA.Graphics.WorldRenderer;
namespace OpenRA.Mods.RA.Scripting