6 lines
74 B
GDScript
6 lines
74 B
GDScript
extends Node
|
|
class_name Researcher
|
|
|
|
func interact() -> bool:
|
|
return true
|