Beispiel #1
0
    void Update()
    {
        XTableMgr.Update();

        if (start)
        {
            GameEnine.Update(Time.deltaTime);

#if TEST
            TestManager.Get().Update();
#endif
        }
    }