5 lines
105 B
GDScript
5 lines
105 B
GDScript
class_name DeployedUnit extends Node2D
|
|
|
|
# The unit represented by this deployment
|
|
@export var unit: Unit
|