示例#1
0
 // Update is called once per frame
 protected virtual void Update()
 {
     if (IsModel)
     {
         return;
     }
     _actionMgr.Update();
     _commandMgr.Update();
     _buffMgr.Update();
     if (_ai != null)
     {
         _ai.Update();
     }
 }