fix: Removes PoolOfAcid (#1310)

## BREAKING CHANGES
You will receive a deserialization error saying cannot find type PoolOfAcid. This is ok, just hit yes to delete all.
This commit is contained in:
Kamron Batman 2022-12-22 13:20:34 -08:00 committed by GitHub
parent 801f139568
commit e855ca1e61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 24 additions and 22 deletions

View file

@ -36,6 +36,7 @@ public class BufferReader : IGenericReader
private int _position;
public long Position => _position;
public long BufferSize => _buffer.Length;
public BufferReader(byte[] buffer, Dictionary<ulong, string> typesDb = null, Encoding encoding = null)
{