~starkingdoms/starkingdoms

ref: 1e40dcdf4975c404a4d697c0d9c88fc7954f8908 starkingdoms/protocol/src/api.rs -rw-r--r-- 174 bytes
1e40dcdf — ghostlyzsh idk 2 years ago
                                                                                
1
2
3
4
5
use serde::{Deserialize, Serialize};

// ALL FIELDS **MUST** BE WRAPPED IN Option<>
#[derive(Serialize, Deserialize, Default, Clone, Debug)]
pub struct APISavedPlayerData {}