~starkingdoms/starkingdoms

ref: ead5d25af55b7773fbe696ce9bd75c6b14353d62 starkingdoms/protocol/src/api.rs -rw-r--r-- 174 bytes
ead5d25a — core pull server list from the api 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 {}