Exemple #1
0
 public static void FireOnExitLevel(LevelInstance level, ExitLevelType type)
 {
     Debug.Log("onExitLevel");
     onExitLevel.Invoke(level, type);
 }
Exemple #2
0
 public static void FireOnDestroyLevelComplete(LevelInstance level, ExitLevelType type)
 {
     Debug.Log("onDestroyLevelComplete");
     onDestroyLevelComplete.Invoke(level, type);
 }