4 lines
71 B
GDScript
4 lines
71 B
GDScript
extends Node3D
|
|
|
|
func get_world() -> Node2D:
|
|
return %Board.get_world()
|