Move SaveStateLuaLibrary to Client.Common

This commit is contained in:
YoshiRulz 2020-11-25 19:48:06 +10:00
parent db63222f32
commit 13a8a602cf
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 3 deletions

View File

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