~starkingdoms/starkingdoms

ref: eac9f535be64110c92c281b2eb829c8be8998c36 starkingdoms/crates/common/src/save/v1.rs -rw-r--r-- 96 bytes
eac9f535 — core feat: add basic save file authentication infrastructure a day ago
                                                                                
1
2
3
4
5
6
use serde::{Deserialize, Serialize};

#[derive(Serialize, Deserialize)]
pub struct Savefile {

}