void Update() { XTableMgr.Update(); if (start) { GameEnine.Update(Time.deltaTime); #if TEST TestManager.Get().Update(); #endif } }