swf-go/tag/Protect.go

9 lines
94 B
Go

package tag
type Protect struct {
}
func (t *Protect) Code() Code {
return RecordProtect
}