Essgee.Unity/Assets/Plugins/Essgee/Utilities/IsBootstrapRomPathAttribute.cs
2025-02-05 23:35:36 +08:00

8 lines
158 B
C#

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