AxibugEmuOnline/OtherCore/MyNes.Standard2/MyNes.Core/WithExternalSoundAttribute.cs

9 lines
110 B
C#

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