AxibugEmuOnline/AxibugEmuOnline.Client/Assets/MyNes.Core/WithExternalSoundAttribute.cs

8 lines
103 B
C#
Raw Normal View History

2024-07-03 18:15:28 +08:00
using System;
namespace MyNes.Core;
internal class WithExternalSoundAttribute : Attribute
{
2024-07-03 15:40:13 +08:00
}