mirror of
https://github.com/jwetzell/psn-go.git
synced 2026-09-10 16:49:44 +00:00
move types out of decoders package
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package chunks
|
||||
|
||||
type DataTrackerXYZChunkData struct {
|
||||
X float32
|
||||
Y float32
|
||||
Z float32
|
||||
}
|
||||
|
||||
type DataTrackerXYZChunk struct {
|
||||
Chunk Chunk
|
||||
Data DataTrackerXYZChunkData
|
||||
}
|
||||
Reference in New Issue
Block a user