From 0b8d982acae2ae102e6dee29afff3b621f32cd8f Mon Sep 17 00:00:00 2001 From: BiSaXa <1669855+BiSaXa@users.noreply.github.com> Date: Wed, 7 Sep 2022 23:08:58 +0300 Subject: class parses and other stuff --- messages/types.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'messages/types.go') diff --git a/messages/types.go b/messages/types.go index a1d51a8..a8dd19a 100644 --- a/messages/types.go +++ b/messages/types.go @@ -37,7 +37,7 @@ type UserCmd struct { type DataTables struct { Size int32 - Data []byte + Data classes.DataTables } type CustomData struct { @@ -48,5 +48,5 @@ type CustomData struct { type StringTables struct { Size int32 - Data []byte + Data []classes.StringTable } -- cgit v1.2.3