index
:
qwclient
main
Barebones quakeworld client implementation for automating and bots
nginx
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
packet
/
packet.go
blob: 7b20c3f1ce47312fc21ffb72804e4f58a6a74156 (
plain
) (
blame
)
1
2
3
4
5
package
packet
type
Packet
interface
{
Bytes
()
[]
byte
}