mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-09-24 17:11:00 +00:00
feat: xbox360+ps3+java->windows64 world conversion (#145)
Co-authored-by: str1k3r <[email protected]>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
use std::collections::HashMap;
|
||||
use std::sync::Arc;
|
||||
use std::sync::atomic::AtomicBool;
|
||||
use tokio::sync::Mutex;
|
||||
use tokio_util::sync::CancellationToken;
|
||||
pub struct DownloadState {
|
||||
@@ -9,6 +10,7 @@ pub struct DownloadState {
|
||||
pub struct GameState {
|
||||
pub child: Arc<Mutex<Option<tokio::process::Child>>>,
|
||||
pub workshop_cancel: Arc<Mutex<Option<CancellationToken>>>,
|
||||
pub manual_stop: Arc<AtomicBool>,
|
||||
}
|
||||
|
||||
pub struct ProxyGuard {
|
||||
|
||||
Reference in New Issue
Block a user