~starkingdoms/starkingdoms

ref: 302ee06fb6c522c2bf5d6908329d24a72dffa671 starkingdoms/crates/kabel/src/extension.rs -rw-r--r-- 107 bytes
302ee06f — core netcode: fix up PlanetDto and try to figure out flickering 7 days ago
                                                                                
1
2
3
4
#[derive(Debug, Clone)]
pub enum Extension {
    Resolution(usize, usize), // scope, pointer to variable
}