Mesen2/UI/Config/Debugger/DebugLogConfig.cs
2023-01-25 16:03:56 -05:00

8 lines
No EOL
116 B
C#

using Avalonia;
namespace Mesen.Config
{
public class DebugLogConfig : BaseWindowConfig<DebugLogConfig>
{
}
}