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