Swarm/TurnEndBehaviour/TurnEndBehaviour.gd

5 lines
136 B
GDScript

extends Resource
class_name TurnEndBehaviour
func trigger(tile: InsectTile, map: HexGrid, was_turn_black: bool = false) -> void:
pass