~starkingdoms/starkingdoms

ref: fe715d008ae189135c3d309d1f30c834f03348cb starkingdoms/protocol/src/api.rs -rw-r--r-- 174 bytes
fe715d00 — core make pretty pt2 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 {}