swf-go/tag/DoABC.go
2023-12-02 01:54:54 +01:00

16 lines
209 B
Go

package tag
import (
"git.gammaspectra.live/WeebDataHoarder/swf-go/types"
)
type DoABC struct {
Flags uint32
Name string
Data types.UntilEndBytes
}
func (t *DoABC) Code() Code {
return RecordDoABC
}