~starkingdoms/starkingdoms

ref: 0cf1dba7db209b07034e610884d6cdc979bb5333 starkingdoms/protocol/src/api.rs -rw-r--r-- 175 bytes
0cf1dba7 — c0repwn3r deploy bleeding 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 {

}