swf-go/tag/ShowFrame.go

9 lines
100 B
Go

package tag
type ShowFrame struct {
}
func (t *ShowFrame) Code() Code {
return RecordShowFrame
}