soil/src/ingame/chlorophyll.gd
2025-02-11 08:00:26 -03:00

11 lines
153 B
GDScript

extends Node3D
func _ready() -> void:
set_multiplayer_authority(1)
@rpc("any_peer", "call_local", "reliable")
func pick_up() -> void:
queue_free()