~starkingdoms/starkingdoms

ref: fecb8b0d7b8a02c546424981fce709f5fcf17b94 starkingdoms/protocol/src/api.rs -rw-r--r-- 174 bytes
fecb8b0d — ghostlyzsh almost nothing changed but server now sends ModuleAdd packet 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 {}