/// <summary> /// Restore the state of this object from the current savegame. /// </summary> private void LoadState() { var saveGame = SaveGameSystem.Instance.GetCurrentSaveGame(); notificationData = saveGame.NotificationManagerData; }
/// <summary> /// Initialize the default state. /// </summary> internal void Initialize() { notificationData = new NotificationManagerData(); }