fBaseXtensions.Game.FunkyGame.ResetGame C# (CSharp) Method

ResetGame() public static method

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