declaration order sorting
This commit is contained in:
@@ -75,6 +75,8 @@ namespace FlaxEditor.Content
|
||||
}
|
||||
}
|
||||
|
||||
public int MetadataToken => 0;
|
||||
|
||||
/// <inheritdoc />
|
||||
public bool HasAttribute(Type attributeType, bool inherit)
|
||||
{
|
||||
@@ -195,6 +197,8 @@ namespace FlaxEditor.Content
|
||||
/// <inheritdoc />
|
||||
public ScriptType ValueType => _returnType;
|
||||
|
||||
public int MetadataToken => 0;
|
||||
|
||||
/// <inheritdoc />
|
||||
public bool HasAttribute(Type attributeType, bool inherit)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user