From a77cf8169b42a4394e62f7a381ca546b27d0f723 Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Mon, 7 Nov 2022 16:09:44 +0300 Subject: starting fresh for the third time --- classes/types.go | 60 -------------------------------------------------------- 1 file changed, 60 deletions(-) delete mode 100644 classes/types.go (limited to 'classes/types.go') diff --git a/classes/types.go b/classes/types.go deleted file mode 100644 index 20c793a..0000000 --- a/classes/types.go +++ /dev/null @@ -1,60 +0,0 @@ -package classes - -type CmdInfo struct { - Flags int32 - ViewOrigin []float32 - ViewAngles []float32 - LocalViewAngles []float32 - ViewOrigin2 []float32 - ViewAngles2 []float32 - LocalViewAngles2 []float32 -} - -type UserCmdInfo struct { - CommandNumber int32 - TickCount int32 - ViewAnglesX float32 - ViewAnglesY float32 - ViewAnglesZ float32 - ForwardMove float32 - SideMove float32 - UpMove float32 - Buttons int32 - Impulse int8 - WeaponSelect int - WeaponSubtype int - MouseDx int16 - MouseDy int16 -} - -type DataTables struct { - SendTable []SendTable - ServerClassInfo []ServerClassInfo -} - -type SendTable struct { - NetTableName string - NumOfProps int - SendPropType int - SendPropName string - SendPropFlags int -} - -type ServerClassInfo struct { -} - -type StringTable struct { - NumOfTables int8 - TableName string - NumOfEntries int16 - EntryName string - EntrySize int16 - EntryData []byte - NumOfClientEntries int16 - ClientEntryName string - ClientEntrySize int16 - ClientEntryData []byte -} - -type GameEvent struct { -} -- cgit v1.2.3