Some more improvements

This commit is contained in:
Lol3rrr
2024-09-13 00:26:31 +02:00
parent f6500ce2cd
commit 0ce8da7286
10 changed files with 253 additions and 151 deletions

View File

@@ -9,3 +9,9 @@ pub struct UserStatus {
pub name: String,
pub steamid: String,
}
#[derive(Debug, Clone, PartialEq, Eq, serde::Serialize, serde::Deserialize)]
pub struct DemoInfo {
pub id: i64,
pub map: String,
}