summaryrefslogtreecommitdiff
path: root/classic/ext_hack_control.go
diff options
context:
space:
mode:
authorraven <citrons@mondecitronne.com>2026-03-21 21:18:36 -0500
committerraven <citrons@mondecitronne.com>2026-03-21 21:18:59 -0500
commit352e600efe7eead12e0436806cb797932a883993 (patch)
tree7ae02df25386a1d8c82e7ff410a3c865b982179b /classic/ext_hack_control.go
parentb958f9ca9cad3b7d44797d49fd98e636d6b02fc4 (diff)
use HackControl
Diffstat (limited to 'classic/ext_hack_control.go')
-rw-r--r--classic/ext_hack_control.go13
1 files changed, 13 insertions, 0 deletions
diff --git a/classic/ext_hack_control.go b/classic/ext_hack_control.go
new file mode 100644
index 0000000..1f65f91
--- /dev/null
+++ b/classic/ext_hack_control.go
@@ -0,0 +1,13 @@
+package classic
+
+type HackControl struct {
+ Flying byte
+ NoClip byte
+ Speeding byte
+ SpawnControl byte
+ ThirdPersonView byte
+ JumpHeight FShort
+}
+func (p *HackControl) PacketId() byte {
+ return 0x20
+}