mirror of
https://github.com/jwetzell/psn-go.git
synced 2026-08-27 18:09:12 +00:00
move types out of decoders package
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package chunks
|
||||
|
||||
type DataTrackerTimestampChunkData struct {
|
||||
Timestamp uint64
|
||||
}
|
||||
|
||||
type DataTrackerTimestampChunk struct {
|
||||
Chunk Chunk
|
||||
Data DataTrackerTimestampChunkData
|
||||
}
|
||||
Reference in New Issue
Block a user