mirror of
https://github.com/alterware/alterware-launcher.git
synced 2026-03-03 17:03:03 +00:00
offline mode, expanded logging
This commit is contained in:
@@ -75,8 +75,17 @@ impl PrintPrefix {
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(serde::Deserialize, serde::Serialize, Default, PartialEq, Debug, Clone)]
|
||||
#[derive(serde::Deserialize, serde::Serialize, Default, Debug, Clone, PartialEq)]
|
||||
pub struct Cache {
|
||||
pub iw4x_revision: String,
|
||||
pub hashes: HashMap<String, String>,
|
||||
#[serde(default)]
|
||||
pub stored_data: Option<StoredGameData>,
|
||||
}
|
||||
|
||||
#[derive(serde::Deserialize, serde::Serialize, Default, Debug, Clone, PartialEq)]
|
||||
pub struct StoredGameData {
|
||||
pub game_path: String,
|
||||
#[serde(default)]
|
||||
pub clients: HashMap<String, Vec<String>>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user