BizHawk/BizHawk.Client.Common/Api/IExternalApi.cs

7 lines
181 B
C#

namespace BizHawk.Client.Common
{
/// <summary>Base interface for all external APIs in .NET.</summary>
/// <seealso cref="LuaLibraryBase"/>
public interface IExternalApi {}
}