public ActionPanelAIMoveTowardEnemy(ConquestMap Map, UnitConquest ActiveUnit)
     : base(PanelName, Map)
 {
     this.ActiveUnit = ActiveUnit;
 }