Exemplo n.º 1
0
func init() {
	world.Register("ancestry", world.ObjectLike((*PlayerAncestry)(nil)))
}
Exemplo n.º 2
0
func init() {
	world.Register("playerinst", world.ObjectLike((*PlayerInstance)(nil)))
}
Exemplo n.º 3
0
func init() {
	world.Register("mat", world.ObjectLike((*Material)(nil)))
}