mirror of
https://github.com/jwetzell/psn-go.git
synced 2026-09-10 00:29:47 +00:00
move types out of decoders package
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package chunks
|
||||
|
||||
type DataPacketChunkData struct {
|
||||
PacketHeader *PacketHeaderChunk
|
||||
TrackerList *DataTrackerListChunk
|
||||
}
|
||||
|
||||
type DataPacketChunk struct {
|
||||
Data DataPacketChunkData
|
||||
Chunk Chunk
|
||||
}
|
||||
Reference in New Issue
Block a user