bedrocktool/magic.go

10 lines
116 B
Go
Raw Normal View History

2022-03-03 21:08:32 +00:00
package main
func magic_key() byte {
return 0xd
}
func magic() string {
return "606c7f6668797d616c6e68236a62"
}