This commit is contained in:
Perfare
2020-03-24 11:31:57 +08:00
parent ada26db659
commit e53eacef78
5 changed files with 21 additions and 24 deletions

View File

@@ -13,7 +13,6 @@ namespace AssetStudio
public string fullName;
public string originalPath;
public string fileName;
public string upperFileName;
public int[] version = { 0, 0, 0, 0 };
public BuildType buildType;
public Dictionary<long, Object> Objects;
@@ -34,7 +33,6 @@ namespace AssetStudio
this.reader = reader;
this.fullName = fullName;
fileName = Path.GetFileName(fullName);
upperFileName = fileName.ToUpper();
//ReadHeader
header = new SerializedFileHeader();