~starkingdoms/starkingdoms

ref: 6fca7a488e3c678ed19e333f01494052b622acfb starkingdoms/protocol/src/api.rs -rw-r--r-- 174 bytes
6fca7a48 — ghostlyzsh attachment partially working, weird stuff though 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 {}