swf-go/tag/DefineBitsJPEG2.go

14 lines
272 B
Go

package tag
import "git.gammaspectra.live/WeebDataHoarder/swf-go/types"
type DefineBitsJPEG2 struct {
_ struct{} `swfFlags:"root"`
CharacterId uint16
Data types.UntilEndBytes
}
func (t *DefineBitsJPEG2) Code() Code {
return RecordDefineBitsJPEG2
}