diff options
Diffstat (limited to 'classic')
| -rw-r--r-- | classic/ext_hack_control.go | 13 |
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 +} |
