Add missing method.

This commit is contained in:
Relintai 2020-07-16 16:09:33 +02:00
parent 7851faa9ab
commit caf7d0c897

View File

@ -349,3 +349,5 @@ remote func sset_position(pposition : Vector2) -> void:
remote func cset_position(pposition : Vector2) -> void:
pposition = pposition
func on_diesd(entity):
pass