8 lines
103 B
C#
8 lines
103 B
C#
using System;
|
|
|
|
namespace MyNes.Core;
|
|
|
|
internal class WithExternalSoundAttribute : Attribute
|
|
{
|
|
}
|