public override void SysUpdate() { base.SysUpdate(); if (_nowState != null) { _nowState.GameUpdate(); } }