Example #1
0
        // Update is called once per frame
        public void Update()
        {
            m_Physic.PhysicUpdate();

            m_ActionCtrler.Update();
            LogicUpdate();
            //ActorPropty.ModVIT(1);
        }