pub fn create_fs_custom<G: GameInfoProvider, P: AsRef<Path>>(
game_dir: P,
) -> FileSystem<DummyVpk>Expand description
Creates a FileSystem using a custom GameInfoProvider, without loading any VPK files.
pub fn create_fs_custom<G: GameInfoProvider, P: AsRef<Path>>(
game_dir: P,
) -> FileSystem<DummyVpk>Creates a FileSystem using a custom GameInfoProvider, without loading any VPK files.