~starkingdoms/starkingdoms

ref: 6f32ab87309de4b52af255bf8f56f785f084c97f starkingdoms/protocol/src/api.rs -rw-r--r-- 175 bytes
6f32ab87 — ghostlyzsh added lifespans to modules 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 {

}