~starkingdoms/starkingdoms

ref: c4082170d81b4295ec4b0973877468af52b5bc93 starkingdoms/protocol/src/api.rs -rw-r--r-- 174 bytes
c4082170 — ghostly_zsh update cargo.toml 2 years ago
                                                                                
1
2
3
4
5
use serde::{Deserialize, Serialize};

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