AxibugEmuOnline/AxibugEmuOnline.Client.Switch/Assets/Plugins/Essgee.Unity/Utilities/IsBootstrapRomPathAttribute.cs
2025-08-20 10:25:32 +08:00

8 lines
158 B
C#

using System;
namespace Essgee.Utilities
{
[AttributeUsage(AttributeTargets.Property)]
public class IsBootstrapRomPathAttribute : Attribute { }
}