func init() { world.Register("ancestry", world.ObjectLike((*PlayerAncestry)(nil))) }
func init() { world.Register("playerinst", world.ObjectLike((*PlayerInstance)(nil))) }
func init() { world.Register("mat", world.ObjectLike((*Material)(nil))) }