mirror of
https://github.com/SourMesen/Mesen2.git
synced 2025-04-02 10:21:44 -04:00
8 lines
No EOL
116 B
C#
8 lines
No EOL
116 B
C#
using Avalonia;
|
|
|
|
namespace Mesen.Config
|
|
{
|
|
public class DebugLogConfig : BaseWindowConfig<DebugLogConfig>
|
|
{
|
|
}
|
|
} |