push project up

This commit is contained in:
2026-08-07 03:02:53 -05:00
parent 48acb406a7
commit de0da3de6e
40 changed files with 986 additions and 0 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