separate code into library
misc
This commit is contained in:
19
AssetStudio/TypeTreeNode.cs
Normal file
19
AssetStudio/TypeTreeNode.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace AssetStudio
|
||||
{
|
||||
public class TypeTreeNode
|
||||
{
|
||||
public string m_Type;
|
||||
public string m_Name;
|
||||
public int m_ByteSize;
|
||||
public int m_Index;
|
||||
public int m_IsArray;
|
||||
public int m_Version;
|
||||
public int m_MetaFlag;
|
||||
public int m_Level;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user