Skip to main content

INexKillBonus_ServerSequence

Trait INexKillBonus_ServerSequence 

Source
pub trait INexKillBonus_ServerSequence: IProcInst {
    // Provided methods
    fn m_mode(self) -> NexKillBonus_ServerSequence_Mode { ... }
    fn set_m_mode(self, value: NexKillBonus_ServerSequence_Mode) { ... }
    fn m_cid(self) -> Il2CppString { ... }
    fn set_m_cid(self, value: Il2CppString) { ... }
    fn m_kill_count_image(self) -> MapKillBonus_CountImage { ... }
    fn set_m_kill_count_image(self, value: MapKillBonus_CountImage) { ... }
    fn m_killed_count_image(self) -> MapKillBonus_CountImage { ... }
    fn set_m_killed_count_image(self, value: MapKillBonus_CountImage) { ... }
    fn m_data_id(self) -> u64 { ... }
    fn set_m_data_id(self, value: u64) { ... }
}

Provided Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§