mirror of
https://github.com/jwetzell/psn-go.git
synced 2026-09-03 13:29:09 +00:00
move types out of decoders package
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package chunks
|
||||
|
||||
type DataTrackerStatusChunkData struct {
|
||||
Validity float32
|
||||
}
|
||||
|
||||
type DataTrackerStatusChunk struct {
|
||||
Chunk Chunk
|
||||
Data DataTrackerStatusChunkData
|
||||
}
|
||||
Reference in New Issue
Block a user