add Sprite support

This commit is contained in:
Perfare
2018-01-18 08:08:48 +08:00
parent 468976db58
commit fc44ba373b
10 changed files with 330 additions and 12 deletions

View File

@ -12,7 +12,7 @@ namespace Unity_Studio
public uint Offset;
public int Size;
public int Type1;
public ushort Type2;
public int Type2;
public string TypeString;
public int fullSize;