8 lines
158 B
C#
8 lines
158 B
C#
|
using System;
|
|||
|
|
|||
|
namespace Essgee.Utilities
|
|||
|
{
|
|||
|
[AttributeUsage(AttributeTargets.Property)]
|
|||
|
public class IsBootstrapRomPathAttribute : Attribute { }
|
|||
|
}
|