private void Update() { invoker.Update(); if (GameInitialized) { flow.Update(); session.Update(); board.Update(); arController.UpdateAR(); } }