~starkingdoms/starkingdoms

ref: 75f5204cc96240f4c96bb0205786462a6633b18c starkingdoms/crates/kabel/src/extension.rs -rw-r--r-- 107 bytes
75f5204c — core feat: worky thrusters 25 days ago
                                                                                
1
2
3
4
#[derive(Debug, Clone)]
pub enum Extension {
    Resolution(usize, usize), // scope, pointer to variable
}