fBaseXtensions.Game.FunkyGame.ResetGame C# (CSharp) Méthode

ResetGame() public static méthode

public static ResetGame ( ) : void
Résultat void
        public static void ResetGame()
        {
            SkipAheadCache.ClearCache();
            TownPortalBehavior.TownrunStartedInTown = true;
            //TownRunManager._dictItemStashAttempted = new Dictionary<int, int>();
        }