mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-12-08 10:42:56 -05:00
Separate code
rename
This commit is contained in:
@ -21,5 +21,15 @@ namespace Unity_Studio
|
||||
|
||||
public AssetsFile sourceFile;
|
||||
public string uniqueID;
|
||||
|
||||
public EndianBinaryReader Reader
|
||||
{
|
||||
get
|
||||
{
|
||||
var reader = sourceFile.assetsFileReader;
|
||||
reader.Position = Offset;
|
||||
return reader;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user