TowerGame/scripts/enemy.gd

5 lines
56 B
GDScript

extends Unit
class_name Enemy
var sighted: bool = true