Beispiel #1
0
    void Update()
    {
        if (Constance.SPEC_RUNNING == true)
        {
            CheckSpecState();
        }


        BattleControllor.Update();
    }