aboutsummaryrefslogtreecommitdiff
path: root/messages/types.go
diff options
context:
space:
mode:
Diffstat (limited to 'messages/types.go')
-rw-r--r--messages/types.go4
1 files changed, 2 insertions, 2 deletions
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 {
37 37
38type DataTables struct { 38type DataTables struct {
39 Size int32 39 Size int32
40 Data []byte 40 Data classes.DataTables
41} 41}
42 42
43type CustomData struct { 43type CustomData struct {
@@ -48,5 +48,5 @@ type CustomData struct {
48 48
49type StringTables struct { 49type StringTables struct {
50 Size int32 50 Size int32
51 Data []byte 51 Data []classes.StringTable
52} 52}