This commit is contained in:
iAmAsval
2020-11-21 21:59:15 +01:00
parent 7c9b820a8d
commit e256486b98

View File

@@ -11,7 +11,7 @@ namespace FModel.PakReader.IO
private readonly byte[] UAsset;
private readonly byte[] UBulk;
private IoPackageReader _reader;
private readonly string _jsonData = null;
private string _jsonData = null;
internal IoPackage(byte[] asset, byte[] bulk)
{