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

8 lines
158 B
C#

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