TowerGame/scripts/building_components/building_part.gd

5 lines
71 B
GDScript3
Raw Normal View History

extends Node
class_name BuildingPart
@export var enabled: bool = true