mirror of
https://github.com/PretendoNetwork/super-mario-maker.git
synced 2026-08-02 08:32:15 -05:00
14 lines
216 B
Go
14 lines
216 B
Go
package main
|
|
|
|
type CourseMetadata struct {
|
|
Stars uint32
|
|
DataID uint64
|
|
OwnerPID uint32
|
|
Size uint32
|
|
Name string
|
|
MetaBinary []byte
|
|
Flag uint32
|
|
DataType uint16
|
|
Period uint16
|
|
}
|