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