private void SensorJammerActionEffect(GenericShip host) { ActionsList.GenericAction newAction = new ActionsList.SensorJammerActionEffect() { ImageUrl = ImageUrl, Host = host }; host.AddAvailableOppositeActionEffect(newAction); }
private void JukeActionEffect(GenericShip host) { ActionsList.GenericAction newAction = new ActionsList.JukeActionEffect() { ImageUrl = HostUpgrade.ImageUrl, Host = host }; host.AddAvailableOppositeActionEffect(newAction); }