~starkingdoms/starkingdoms

ref: a232f72c0eb31fd489b8b1c713d21241fb6ee56d starkingdoms/protocol/src/api.rs -rw-r--r-- 174 bytes
a232f72c — ghostlyzsh one time i heard that the base for module manipulation is good 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 {}