diff options
| author | BiSaXa <1669855+BiSaXa@users.noreply.github.com> | 2022-09-07 23:08:58 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-09-16 21:39:36 +0300 |
| commit | 0b8d982acae2ae102e6dee29afff3b621f32cd8f (patch) | |
| tree | 5754719ec8f17745bc6413f621974f1120443788 /messages/types.go | |
| parent | first rewrite commit using bisaxa/bitreader (diff) | |
| download | sdp.go-0b8d982acae2ae102e6dee29afff3b621f32cd8f.tar.gz sdp.go-0b8d982acae2ae102e6dee29afff3b621f32cd8f.tar.bz2 sdp.go-0b8d982acae2ae102e6dee29afff3b621f32cd8f.zip | |
class parses and other stuff
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 | } |