feat(init): add custom packing for metatables

Adds lib.unpack and lib.pack functions to the global lib table.
This commit is contained in:
Linden
2021-11-25 01:00:12 +11:00
parent 9adbccd2f8
commit 1ad137b8c5
2 changed files with 39 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ game 'gta5'
--[[ Resource Information ]]--
name 'pe-lualib'
author 'Linden'
version '1.0.1'
version '1.0.2'
repository 'https://github.com/project-error/pe-lualib'
description 'A library of shared functions to utilise in other resources.'