Reorder function in importer base class.

This commit is contained in:
Viktor Kovacs 2021-03-27 12:56:41 +01:00
parent 52ce19f62c
commit aefcd42084

View File

@ -34,11 +34,6 @@ OV.ImporterBase = class
ResetState ()
{
}
ImportContent (content)
{
}
CanImportExtension (extension)
@ -56,6 +51,11 @@ OV.ImporterBase = class
return OV.Direction.Z;
}
ImportContent (content)
{
}
GetModel ()
{
return this.model;