internal protected override Blam.CacheFile LoadCacheFile(BlamVersion game, string file_path, bool is_resource) { Blam.CacheFile cf = null; if ((game & BlamVersion.Stubbs) != 0) { cf = new Stubbs.CacheFile(file_path); } return(cf); }
internal protected override Blam.CacheFile LoadCacheFile(BlamVersion game, string file_path, bool is_resource) { Blam.CacheFile cf = null; if ((game & BlamVersion.Stubbs) != 0) { cf = new Stubbs.CacheFile(file_path); } return cf; }