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