/// <summary> /// 更新状态 /// </summary> public void UpdateState() { if (m_curState != null) { m_curState.UpdateState(); } }