~starkingdoms/starkingdoms

ref: 6c682ed1c424ff7057e9afa33065318a4569b347 starkingdoms/starkingdoms-common/src/lib.rs -rw-r--r-- 180 bytes
6c682ed1 — core fully restructure the client 2 years ago
                                                                                
1
2
3
4
5
6
7
use serde::{Deserialize, Serialize};

#[derive(Serialize, Deserialize, Debug, PartialEq, Clone)]
#[serde(tag = "version", content = "data")]
pub enum PlayerSaveFile {
    V1 {},
}