Exemple #1
0
 public T[] LoadResAll <T>(string path)
     where T : Object
 {
     return(loadUI.LoadResAll <T>(path));
 }