~starkingdoms/starkingdoms

ref: d29a89aeb29a853e1f2856912076fa7efaaaae46 starkingdoms/protocol/src/api.rs -rw-r--r-- 175 bytes
d29a89ae — c0repwn3r add stable build commands 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 {

}