mirror of
https://github.com/jwetzell/psn-go.git
synced 2026-09-11 00:59:39 +00:00
move types out of decoders package
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package chunks
|
||||
|
||||
type InfoPacketChunkData struct {
|
||||
PacketHeader *PacketHeaderChunk
|
||||
SystemName *InfoSystemNameChunk
|
||||
TrackerList *InfoTrackerListChunk
|
||||
}
|
||||
|
||||
type InfoPacketChunk struct {
|
||||
Data InfoPacketChunkData
|
||||
Chunk Chunk
|
||||
}
|
||||
Reference in New Issue
Block a user