~starkingdoms/starkingdoms

ref: e94d608b1135797509372dc2f81a237d7b20d156 starkingdoms/protocol/src/api.rs -rw-r--r-- 174 bytes
e94d608b — core hotfix! ansible wrong host groups 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 {}