~starkingdoms/starkingdoms

ref: 54e9433731d54e0d8aa87bafd5554d8288afcb96 starkingdoms/crates/kabel/src/extension.rs -rw-r--r-- 107 bytes
54e94337 — core feat: proper part rotation take two 5 months ago
                                                                                
1
2
3
4
#[derive(Debug, Clone)]
pub enum Extension {
    Resolution(usize, usize), // scope, pointer to variable
}