~starkingdoms/starkingdoms

ref: 2c087ca8ea40ccde3b1f60941ee73379333f1adc starkingdoms/protocol/src/api.rs -rw-r--r-- 175 bytes
2c087ca8 — c0repwn3r 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 {

}