fBaseXtensions.Game.FunkyGame.ResetGame C# (CSharp) 메소드

ResetGame() 공개 정적인 메소드

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