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

Reset() public static method

public static Reset ( ) : void
return void
        public static void Reset()
        {
            Logger.DBLog.InfoFormat("Funky Reseting Bot");
            //TownRunManager.townRunItemCache=new TownRunManager.TownRunCache();
            Hero = new ActiveHero();
            Equipment.RefreshEquippedItemsList();
            Backpack.ClearBackpackItemCache();

            Settings.PluginSettings.LoadSettings();
            Targeting = new TargetingClass();
            Navigation = new Navigation.Navigation();
        }