Example #1
0
 public static T LoadPrefab <T>(string name) where T : Object
 {
     return(FEngineManager.LoadPrefab <T>(name));
 }