diff --git a/godot/monitor/Player.gd b/godot/monitor/Player.gd deleted file mode 100644 index ea4456b..0000000 --- a/godot/monitor/Player.gd +++ /dev/null @@ -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"]