~starkingdoms/starkingdoms

ref: aea34180e53ae181d79abc4b16dc28d1a4f4220f starkingdoms/protocol/src/api.rs -rw-r--r-- 175 bytes
aea34180 — c0repwn3r finish new build system 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 {

}