~starkingdoms/starkingdoms

ref: 1cee805d4a39d51df292095af45a6ac970557a78 starkingdoms/protocol/src/api.rs -rw-r--r-- 174 bytes
1cee805d — ghostlyzsh adjust module breaking 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 {}