Align patterns better around what UI components are. Move script related controllers to scripts folder

This commit is contained in:
2026-08-15 14:33:06 -05:00
parent 3fcabe1a53
commit 4d54f8de37
14 changed files with 20 additions and 19 deletions

View File

@@ -0,0 +1,10 @@
class_name MultiplayerData extends Node
@rpc("authority", "reliable")
func set_multiplayer_active() -> void:
pass
@rpc("authority", "call_local", "reliable")
func set_active_player_id(_id: int) -> void:
pass