public static void AddPostWorldLoadOncePromise(Action action)
 {
     Promises.AddPostWorldLoadOncePromise(action);
 }