7 lines
79 B
GDScript
7 lines
79 B
GDScript
extends Node
|
|
|
|
class_name Entity
|
|
|
|
func is_damageable():
|
|
has_node("Damageable")
|