Swarm/TurnEndBehaviour/TurnEndBehaviour.gd

6 lines
136 B
GDScript3
Raw Normal View History

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