killbox/scenes_old_2/maps/base/player_synchronizer/player_synchronizer.gd

12 lines
261 B
GDScript3
Raw Normal View History

2025-02-06 12:42:14 +00:00
extends Node
# Called when the node enters the scene tree for the first time.
func _ready() -> void:
2025-02-18 12:30:48 +00:00
pass # Replace with function body.
2025-02-06 12:42:14 +00:00
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta: float) -> void:
pass