minor improvements

This commit is contained in:
Perfare
2018-11-25 15:50:28 +08:00
parent ab24f049cf
commit 96ea522e83
3 changed files with 19 additions and 30 deletions

View File

@ -8,7 +8,7 @@ namespace AssetStudio
{
public interface IImported
{
List<ImportedFrame> FrameList { get; }
ImportedFrame RootFrame { get; }
List<ImportedMesh> MeshList { get; }
List<ImportedMaterial> MaterialList { get; }
List<ImportedTexture> TextureList { get; }