separate code into library

misc
This commit is contained in:
Perfare
2018-11-19 06:48:06 +08:00
parent b93866d196
commit 8ea998b81f
89 changed files with 2492 additions and 2273 deletions
+2 -2
View File
@@ -7,10 +7,10 @@ namespace AssetStudio
{
public abstract class Object
{
protected AssetsFile sourceFile;
protected SerializedFile sourceFile;
public ObjectReader reader;
public int[] version;
protected string[] buildType;
protected BuildType buildType;
public BuildTarget platform;
protected Object(ObjectReader reader)