Swarm/MovementBehaviour/MovementBehaviourResource.gd

6 lines
163 B
GDScript3
Raw Normal View History

2024-03-04 16:04:40 +01:00
extends Resource
class_name MovementBehaviour
func get_available_spaces(pos: HexGrid.CubeCoordinates, map: HexGrid) -> Array[HexGrid.CubeCoordinates]:
2024-03-04 16:04:40 +01:00
return []