1 2 3 4 5 6 7 8 9 10 11
use std::ptr::NonNull; use crate::cs::ChrIns; #[repr(C)] /// Source of name: RTTI pub struct CSChrWetModule { vftable: usize, pub owner: NonNull<ChrIns>, unk10: [u8; 0x60], }