~starkingdoms/starkingdoms

ref: dd101bc47e02b050cc85e160450af537e601d8fe starkingdoms/protocol/src/api.rs -rw-r--r-- 175 bytes
dd101bc4 — core whoa, i just rewrote spacetime again 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 {

}