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

9 lines
110 B
C#
Raw Permalink Normal View History

2024-07-24 15:03:33 +08:00
using System;
namespace MyNes.Core
{
internal class WithExternalSoundAttribute : Attribute
{
}
}