8 lines
152 B
GDScript3
8 lines
152 B
GDScript3
|
|
class_name ETT_Owner extends EffectTargetType
|
||
|
|
|
||
|
|
func get_effect_target(owner: Node, prop_comp: Node) -> Object:
|
||
|
|
if owner:
|
||
|
|
return owner
|
||
|
|
|
||
|
|
return null
|