feature/monitor #17

Merged
cromer merged 13 commits from feature/monitor into develop 2022-07-19 21:44:29 -04:00
Showing only changes of commit 30d4abce8b - Show all commits

View File

@ -1,14 +0,0 @@
extends Node
var player: Dictionary
func _ready() -> void:
pass
func _on_set_player(player_info: Dictionary) -> void:
player["name"] = player_info["name"]
player["rut"] = player_info["rut"]
player["email"] = player_info["email"]