~starkingdoms/starkingdoms

ref: 7498934a5a0ba4a15b9cd5781824e95aacb48af2 starkingdoms/crates/kabel/src/extension.rs -rw-r--r-- 107 bytes
7498934a — core feat: bevy 0.18 22 hours ago
                                                                                
1
2
3
4
#[derive(Debug, Clone)]
pub enum Extension {
    Resolution(usize, usize), // scope, pointer to variable
}