public void Update() { mArchievementSystem.Update(); mCampSystem.Update(); mCharacterSystem.Update(); mEnergySystem.Update(); mStageSystem.Update(); mCampInfoUI.Update(); mGamePauseUI.Update(); mGameStateInfo.Update(); mSoldierInfoUI.Update(); }
public void Update() { m_ArchievementSystem.Update(); m_CampSystem.Update(); m_CharacterSystem.Update(); m_EnergySystem.Update(); m_GameEventSystem.Update(); m_StageSystem.Update(); m_CampInfoUI.Update(); m_GamePauseUI.Update(); m_GameStateInfoUI.Update(); m_SoldierInfoUI.Update(); }