mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-30 16:01:53 +08:00
5 lines
96 B
GDScript
5 lines
96 B
GDScript
|
|
extends PlayerBase
|
||
|
|
|
||
|
|
func summoned(entity: SummonBase):
|
||
|
|
entity.died.connect(func(): tryHeal(3))
|