diff --git a/README.md b/README.md index cd91279..34fa0aa 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

SNAP: Struct N' Array Parser 3.5.2

+

SNAP: Struct N' Array Parser 3.5.3

Easy data format saving and loading

diff --git a/scripts/snap_from_messagepack/snap_from_messagepack.gml b/scripts/snap_from_messagepack/snap_from_messagepack.gml index 16d6c10..7b9ce56 100644 --- a/scripts/snap_from_messagepack/snap_from_messagepack.gml +++ b/scripts/snap_from_messagepack/snap_from_messagepack.gml @@ -6,7 +6,7 @@ /// @param [offset] Start position for binary decoding in the buffer. Defaults to 0, the start of the buffer /// @param [destroyBuffer] Set to to destroy the input buffer. Defaults to /// -/// @jujuadams 2020-12-09 +/// @jujuadams 2021-06-03 function snap_from_messagepack() {