示例#1
0
 /// <summary>
 /// Performs initialization steps after the game has loaded into the main menu for the first time
 /// </summary>
 private void InitAfterLoad(ScenesTransitionSetupDataSO ignored1)
 {
     BSEvents.lateMenuSceneLoadedFresh -= InitAfterLoad;
     PlatformManager.Init();
 }
示例#2
0
 /// <summary>
 /// Performs initialization steps after the game has loaded into the main menu for the first time
 /// </summary>
 private void InitAfterLoad()
 {
     BSEvents.menuSceneLoadedFresh -= InitAfterLoad;
     PlatformManager.Init();
 }