~starkingdoms/starkingdoms

ref: 98521e4d4f12039a0d6ac3f363b58165c7a1e3ed starkingdoms/protocol/src/api.rs -rw-r--r-- 175 bytes
98521e4d — c0repwn3r dont build in a docker container 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 {

}