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