using System;

namespace MyNes.Core
{
    internal class WithExternalSoundAttribute : Attribute
    {
    }
}