mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-07-14 02:54:16 -04:00
clean up code
This commit is contained in:
@ -9,7 +9,7 @@ namespace Unity_Studio
|
||||
{
|
||||
public class AssetsFile
|
||||
{
|
||||
public EndianStream a_Stream;
|
||||
public EndianBinaryReader a_Stream;
|
||||
public string filePath;
|
||||
public string bundlePath;
|
||||
public string fileName;
|
||||
@ -150,7 +150,7 @@ namespace Unity_Studio
|
||||
public string fileName = "";
|
||||
}
|
||||
|
||||
public AssetsFile(string fullName, EndianStream fileStream)
|
||||
public AssetsFile(string fullName, EndianBinaryReader fileStream)
|
||||
{
|
||||
a_Stream = fileStream;
|
||||
filePath = fullName;
|
||||
|
Reference in New Issue
Block a user