TowerGame/scripts/enemy.gd

5 lines
56 B
GDScript3
Raw Normal View History

2025-04-26 16:02:13 +01:00
extends Unit
class_name Enemy
var sighted: bool = true