5 lines
163 B
GDScript
5 lines
163 B
GDScript
extends Resource
|
|
class_name MovementBehaviour
|
|
|
|
func get_available_spaces(pos: HexGrid.CubeCoordinates, map: HexGrid) -> Array[HexGrid.CubeCoordinates]:
|
|
return []
|