示例#1
0
        /// <summary>
        /// Restore the state of this object from the current savegame.
        /// </summary>
        private void LoadState()
        {
            var saveGame = SaveGameSystem.Instance.GetCurrentSaveGame();

            notificationData = saveGame.NotificationManagerData;
        }
示例#2
0
 /// <summary>
 /// Initialize the default state.
 /// </summary>
 internal void Initialize()
 {
     notificationData = new NotificationManagerData();
 }