Exemplo n.º 1
0
        public static void Start(Action callbackOnFinished = null, string customName = null)
        {
            PushInProgress();
            m_callbackOnFinished = callbackOnFinished;
            MyHud.PushRotatingWheelVisible();

            MySessionSnapshot snapshot;
            bool success = MySession.Static.Save(out snapshot, customName);

            OnSnapshotDone(success, snapshot);
        }