Trait red4ext_rs::Exportable
source · pub trait Exportable: Sealed {
// Required methods
fn register(&self);
fn post_register(&self);
}
Expand description
A trait for types to be exported to the game.
pub trait Exportable: Sealed {
// Required methods
fn register(&self);
fn post_register(&self);
}
A trait for types to be exported to the game.