ark-mod / ArkSavegameToolkitNet

Library for reading ARK Survival Evolved savegame files using C#.
MIT License
21 stars 27 forks source link

Introduce GetSByte and GetSBytes to ArkArchive; handle sbyte and byte scenarios #16

Open brcaswell opened 4 years ago

brcaswell commented 4 years ago

relates to issue\bug #7

Handled some refactor concepts with iterating and castings and introduce private CheckOverflow helper method in ArkArchive for code reuse and handling.