1 2 3 4 5 6 7 8
#[repr(C)] #[shared::singleton("CSDlc")] pub struct CSDlc { vftable: usize, unk8: [u8; 0x09], pub dlc1_installed: bool, pub dlc2_installed: bool, }