Beispiel #1
0
 private bool AddResource(string name, string variant, string fileSystem,
                          LoadType loadType, bool packed, string[] resourceGroups)
 {
     return(m_ResourceCollection.AddResource(name, variant, fileSystem, loadType,
                                             packed, resourceGroups));
 }