pub trait IntoModePerformance<'map, M: IGameMode> {
// Required method
fn into_performance(self) -> M::Performance<'map>;
}Expand description
Turning a type into the generic IGameMode’s performance calculator.
pub trait IntoModePerformance<'map, M: IGameMode> {
// Required method
fn into_performance(self) -> M::Performance<'map>;
}Turning a type into the generic IGameMode’s performance calculator.