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