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

6 lines
No EOL
105 B
C#

namespace Mesen.Config
{
public class WatchWindowConfig : BaseWindowConfig<WatchWindowConfig>
{
}
}