~starkingdoms/starkingdoms

ref: f2b1d8d9e668bf26f21edea15a6b8ce449b50016 starkingdoms/protocol/src/api.rs -rw-r--r-- 175 bytes
f2b1d8d9 — core fix non-api compilation 2 years ago
                                                                                
1
2
3
4
5
6
7
use serde::{Deserialize, Serialize};

// ALL FIELDS **MUST** BE WRAPPED IN Option<>
#[derive(Serialize, Deserialize, Default, Clone, Debug)]
pub struct APISavedPlayerData {

}