~starkingdoms/starkingdoms

ref: 899987c5d79e754771e89d9dda54c1dc1637e0b6 starkingdoms/protocol/src/api.rs -rw-r--r-- 175 bytes
899987c5 — ghostlyzsh Merge branch 'master' of https://gitlab.com/starkingdoms.tk/starkingdoms.tk 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 {

}