mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 15:17:36 +00:00
Improve dayz mod parsing with more random reverse engineering guesses
This commit is contained in:
parent
685a955233
commit
b11eac277d
2 changed files with 28 additions and 10 deletions
|
|
@ -28,6 +28,10 @@ class Reader {
|
|||
this.i = 0;
|
||||
}
|
||||
|
||||
setOffset(offset) {
|
||||
this.i = offset;
|
||||
}
|
||||
|
||||
offset() {
|
||||
return this.i;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue