diff options
Diffstat (limited to 'messages/types.go')
| -rw-r--r-- | messages/types.go | 4 |
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 | ||
| 38 | type DataTables struct { | 38 | type DataTables struct { |
| 39 | Size int32 | 39 | Size int32 |
| 40 | Data []byte | 40 | Data classes.DataTables |
| 41 | } | 41 | } |
| 42 | 42 | ||
| 43 | type CustomData struct { | 43 | type CustomData struct { |
| @@ -48,5 +48,5 @@ type CustomData struct { | |||
| 48 | 48 | ||
| 49 | type StringTables struct { | 49 | type StringTables struct { |
| 50 | Size int32 | 50 | Size int32 |
| 51 | Data []byte | 51 | Data []classes.StringTable |
| 52 | } | 52 | } |