예제 #1
0
파일: player.go 프로젝트: BenLubar/Rnoadm
func init() {
	world.Register("ancestry", world.ObjectLike((*PlayerAncestry)(nil)))
}
예제 #2
0
파일: player.go 프로젝트: BenLubar/Rnoadm
func init() {
	world.Register("playerinst", world.ObjectLike((*PlayerInstance)(nil)))
}
예제 #3
0
파일: material.go 프로젝트: BenLubar/Rnoadm
func init() {
	world.Register("mat", world.ObjectLike((*Material)(nil)))
}