Files
Decked-Out-Defense/Scripts/Features/Radar/radar.gd
2025-08-23 20:27:22 +10:00

7 lines
148 B
GDScript

class_name RadarFeature
extends Feature
func attach_to_tower(tower_stats: CardText) -> void:
tower_stats.target_type.append(Data.TargetType.AIR)