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

8 lines
103 B
C#

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