diff --git a/Ragon/Sources/Authorization/AuthorizationManager.cs b/Ragon/Sources/AuthorizationManager.cs similarity index 100% rename from Ragon/Sources/Authorization/AuthorizationManager.cs rename to Ragon/Sources/AuthorizationManager.cs diff --git a/Ragon/Sources/Game/GameRoom.cs b/Ragon/Sources/GameRoom.cs similarity index 100% rename from Ragon/Sources/Game/GameRoom.cs rename to Ragon/Sources/GameRoom.cs diff --git a/Ragon/Sources/Authorization/IAuthorizationManager.cs b/Ragon/Sources/IAuthorizationManager.cs similarity index 100% rename from Ragon/Sources/Authorization/IAuthorizationManager.cs rename to Ragon/Sources/IAuthorizationManager.cs diff --git a/Ragon/Sources/Authorization/IAuthorizationProvider.cs b/Ragon/Sources/IAuthorizationProvider.cs similarity index 100% rename from Ragon/Sources/Authorization/IAuthorizationProvider.cs rename to Ragon/Sources/IAuthorizationProvider.cs diff --git a/Ragon/Sources/Game/IGameRoom.cs b/Ragon/Sources/IGameRoom.cs similarity index 100% rename from Ragon/Sources/Game/IGameRoom.cs rename to Ragon/Sources/IGameRoom.cs diff --git a/Ragon/Sources/Lobby/Lobby.cs b/Ragon/Sources/Lobby.cs similarity index 100% rename from Ragon/Sources/Lobby/Lobby.cs rename to Ragon/Sources/Lobby.cs diff --git a/Ragon/Sources/Player/Player.cs b/Ragon/Sources/Player.cs similarity index 100% rename from Ragon/Sources/Player/Player.cs rename to Ragon/Sources/Player.cs diff --git a/Ragon/Sources/Room/RoomManager.cs b/Ragon/Sources/RoomManager.cs similarity index 100% rename from Ragon/Sources/Room/RoomManager.cs rename to Ragon/Sources/RoomManager.cs