Refactor Part II

This commit is contained in:
Rendo 2025-12-09 21:02:29 +05:00
commit 3f99f1b8dd
56 changed files with 193 additions and 168 deletions

View file

@ -20,7 +20,7 @@ config/icon="res://icon.svg"
[autoload]
PlayerGlobal="*res://systems/player/player_global.gd"
PlayerGlobal="*res://players/player/player_global.gd"
Lobby="*res://multiplayer/lobby.gd"
Session="*res://multiplayer/session.gd"
ClientSettings="*res://gui/client_settings/client_settings.gd"