5 lines
56 B
GDScript3
5 lines
56 B
GDScript3
|
extends Unit
|
||
|
class_name Enemy
|
||
|
|
||
|
var sighted: bool = true
|