aboutsummaryrefslogtreecommitdiff
path: root/messages/types.go
diff options
context:
space:
mode:
authorBiSaXa <1669855+BiSaXa@users.noreply.github.com>2022-09-07 23:08:58 +0300
committerArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2023-09-16 21:39:36 +0300
commit0b8d982acae2ae102e6dee29afff3b621f32cd8f (patch)
tree5754719ec8f17745bc6413f621974f1120443788 /messages/types.go
parentfirst rewrite commit using bisaxa/bitreader (diff)
downloadsdp.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.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}