~starkingdoms/starkingdoms

ref: 5a57ea9bd0bc7942e8e50051b8f1b27a49d3eb6a starkingdoms/protocol/src/api.rs -rw-r--r-- 175 bytes
5a57ea9b — c0repwn3r fix! fix! fix! fix! fix! fix! fix! fix! fix! fix! infra overhaul 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 {

}