7 lines
152 B
GDScript
7 lines
152 B
GDScript
class_name RadarFeature
|
|
extends Feature
|
|
|
|
|
|
func attach_to_tower(tower_stats: CassetteText) -> void:
|
|
tower_stats.target_type.append(Data.TargetType.AIR)
|