public void Update()
        {
            ArchievementSystem.Update();
            CampSystem.Update();
            CharacterSystem.Update();
            GameEventSystem.Update();
            StageSystem.Update();
            EnergySystem.Update();

            CampInfoUI.Update();
            GamePauseUI.Update();
            GameStateInfoUI.Update();
            SoldierInfoUI.Update();
        }