ArkSavegameToolkitNet
ArkSavegameToolkitNet copied to clipboard
Introduce GetSByte and GetSBytes to ArkArchive; handle sbyte and byte scenarios
relates to issue\bug #7
- Adds
GetSByte
andGetSBytes
methods toArkArchive
- Modify
GetByte
andGetBytes
to returnbyte
andbyte[]
inArkArchive
- Handle usages of
GetByte
based on expectation
Handled some refactor concepts with iterating and castings and introduce private CheckOverflow
helper method in ArkArchive
for code reuse and handling.