Move ClientLuaLibrary to Client.Common project

This commit is contained in:
YoshiRulz 2020-12-03 17:35:13 +10:00
parent cfbdde4cc7
commit 6b30fb826c
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,6 @@ using System.Drawing;
using System.Linq;
using System.Threading;
using BizHawk.Client.Common;
using BizHawk.Client.Common.cheats;
using BizHawk.Common;
using BizHawk.Emulation.Common;
@ -14,7 +13,7 @@ using NLua;
// ReSharper disable StringLiteralTypo
// ReSharper disable UnusedMember.Global
namespace BizHawk.Client.EmuHawk
namespace BizHawk.Client.Common
{
[Description("A library for manipulating the EmuHawk client UI")]
public sealed class ClientLuaLibrary : DelegatingLuaLibrary