コード例 #1
0
            /// <summary>
            /// Load the current named level.
            /// </summary>
            /// <returns>true on success</returns>
            private static bool Load(bool andRun)
            {
                bool result = inGame.LoadAutoSave(Current(), andRun, initUndoStack: false);

                return(result);
            }