mirror of
https://github.com/jwetzell/psn-go.git
synced 2026-09-07 07:19:20 +00:00
move types out of decoders package
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package chunks
|
||||
|
||||
type PacketHeaderChunkData struct {
|
||||
PacketTimestamp uint64
|
||||
VersionHigh uint8
|
||||
VersionLow uint8
|
||||
FrameId uint8
|
||||
FramePacketCount uint8
|
||||
}
|
||||
|
||||
type PacketHeaderChunk struct {
|
||||
Chunk Chunk
|
||||
Data PacketHeaderChunkData
|
||||
}
|
||||
Reference in New Issue
Block a user