AxibugEmuOnline/AxibugEmuOnline.Client/Assets/Plugins/Essgee.Unity/Utilities/IsBootstrapRomPathAttribute.cs

8 lines
158 B
C#
Raw Normal View History

2025-02-14 16:09:33 +08:00
using System;
namespace Essgee.Utilities
{
[AttributeUsage(AttributeTargets.Property)]
public class IsBootstrapRomPathAttribute : Attribute { }
}