/// <summary> /// 驱动内核数据层 /// </summary> protected void Step() { m_battleWorld.UpdatePlayerInput(m_playerInputCodes); m_battleWorld.Step(); }