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

9 lines
118 B
C#
Raw Normal View History

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