fix
This commit is contained in:
parent
f92e91920d
commit
b3f3f268bf
@ -62,18 +62,4 @@ namespace AlicizaX.UI
|
|||||||
Repeat = repeat;
|
Repeat = repeat;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Attribute to mark a state as requiring a specific component
|
|
||||||
/// </summary>
|
|
||||||
[AttributeUsage(AttributeTargets.Class)]
|
|
||||||
public class RequireComponentAttribute : Attribute
|
|
||||||
{
|
|
||||||
public Type RequiredType { get; }
|
|
||||||
|
|
||||||
public RequireComponentAttribute(Type requiredType)
|
|
||||||
{
|
|
||||||
RequiredType = requiredType;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,3 +1,2 @@
|
|||||||
using System.Runtime.CompilerServices;
|
using System.Runtime.CompilerServices;
|
||||||
[assembly: InternalsVisibleTo("AlicizaX.UI.Extension.Editor")]
|
[assembly: InternalsVisibleTo("AlicizaX.UI.Extension.Editor")]
|
||||||
5
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user