1.1.0: Added validate attribute with NotNullField
This commit is contained in:
parent
18356eb532
commit
41ced8fdb7
15 changed files with 166 additions and 8 deletions
7
Runtime/ValidatePropertyAttribute.cs
Normal file
7
Runtime/ValidatePropertyAttribute.cs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
namespace Module.Inspector
|
||||
{
|
||||
public abstract class ValidatePropertyAttribute : AbstractPropertyAttribute
|
||||
{
|
||||
public override EPropertyType Type => EPropertyType.Validate;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue