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

@@ -12,7 +12,7 @@ using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using LuaInterface;
using NLua;
namespace OpenRA.Mods.RA.Scripting
{