AxibugEmuOnline/AxibugEmuOnline.Client/Assets/MyNes.Core/WithExternalSoundAttribute.cs
2024-07-03 18:22:22 +08:00

9 lines
118 B
C#

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