New Packet.lua format, test parsing and entire new lua ecossystem

This commit is contained in:
2025-10-31 17:52:40 -03:00
parent 6c5abdf4d4
commit d3c4a604c3
10 changed files with 643 additions and 59 deletions

7
go.mod Normal file
View File

@@ -0,0 +1,7 @@
module github.com/roboogg133/packets
go 1.25.3
require github.com/yuin/gopher-lua v1.1.1
require github.com/klauspost/compress v1.18.1