예제 #1
0
 public void DisplayNotifications()
 {
     if (unlockManager.CheckForCompletedUnlocks(gameManager.GetPackIndex(), gameManager.GetLevelIndex()))
     {
         unlockManager.StartNotificationDisplay();
     }
 }