pub fn get_game_api<T>(this: &dyn SprjGame) -> Option<&T>where
    T: SprjGame + 'static,
Expand description

Given a reference to some SprjGame, attempt to downcast it to a target game.