Move Comm and Input Lua libraries to Client.Common

This commit is contained in:
YoshiRulz 2020-07-26 05:37:03 +10:00
parent 2b50f4f112
commit d8a92af617
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
2 changed files with 4 additions and 6 deletions

View File

@ -1,10 +1,10 @@
using System;
using System.ComponentModel;
using NLua;
using BizHawk.Client.Common;
using System.Text;
namespace BizHawk.Client.EmuHawk
using NLua;
namespace BizHawk.Client.Common
{
[Description("A library for communicating with other programs")]
public sealed class CommLuaLibrary : DelegatingLuaLibrary

View File

@ -2,9 +2,7 @@
using NLua;
using BizHawk.Client.Common;
namespace BizHawk.Client.EmuHawk
namespace BizHawk.Client.Common
{
public sealed class InputLuaLibrary : DelegatingLuaLibrary
{