Add support for array of Visual Script objects
This commit is contained in:
@@ -375,9 +375,9 @@ namespace FlaxEditor.Content
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
public bool ImplementInterface(ScriptType c)
|
||||
public bool HasInterface(ScriptType c)
|
||||
{
|
||||
return BaseType.ImplementInterface(c);
|
||||
return BaseType.HasInterface(c);
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
|
||||
Reference in New Issue
Block a user