mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-08 23:08:35 +07:00

* Fixed reviewed comments of PR 6273 * Cleanup of Dropbox.kt - moved Dropbox.kt from ui\worldscreen\mainmenu to logic\multiplayer - moved ServerMutex and OnlineMultiplayer to own files - changed DropBoxFileConflictException to FileStorageConflictException to match FileStorage scheme - merged FolderListEntry with DropboxMetaData as they were basicly the same - introduced IFileMetaData to match FileStorage scheme and modified DropboxMetaData to use it - removed some unused imports