pub fn create_fs_custom<G: GameInfoProvider, P: AsRef<Path>>(
game_dir: P,
) -> Result<FileSystem<DummyVpk>, FileSystemError>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,
) -> Result<FileSystem<DummyVpk>, FileSystemError>Creates a FileSystem using a custom GameInfoProvider, without loading any VPK files.