mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-09-23 07:14:49 +00:00
Migrate to Serialization package
This commit is contained in:
@@ -83,7 +83,7 @@ namespace BinaryObjectScanner.Wrappers
|
||||
if (data == null || data.Length == 0 || !data.CanSeek || !data.CanRead)
|
||||
return null;
|
||||
|
||||
var file = Builders.VBSP.ParseFile(data);
|
||||
var file = new SabreTools.Serialization.Streams.VBSP().Deserialize(data);
|
||||
if (file == null)
|
||||
return null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user