protected virtual void PerformDropBombAction(GenericShip ship) { ActionsList.GenericAction action = new ActionsList.BombDropAction() { Name = "Drop " + UpgradeInfo.Name, Source = this }; HostShip.AddAvailableAction(action); }
private void PerformDropBombAction(GenericShip ship) { ActionsList.GenericAction action = new ActionsList.BombDropAction() { Name = "Drop " + Name, Source = this }; Host.AddAvailableAction(action); }