Reorganized files, started splitting up unit
This commit is contained in:
4
scripts/battle/deployed_units/deployed_unit.gd
Normal file
4
scripts/battle/deployed_units/deployed_unit.gd
Normal file
@@ -0,0 +1,4 @@
|
||||
class_name DeployedUnit extends Node2D
|
||||
|
||||
# The unit represented by this deployment
|
||||
@export var unit: Unit
|
||||
Reference in New Issue
Block a user