MyNes_src/Core/MyNes.Core/WithExternalSoundAttribute.cs
2024-07-03 18:15:19 +08:00

8 lines
96 B
C#

using System;
namespace MyNes.Core;
internal class WithExternalSoundAttribute : Attribute
{
}