private void R5D8AddAction(Ship.GenericShip host) { ActionsList.GenericAction action = new ActionsList.R5D8Action() { ImageUrl = HostUpgrade.ImageUrl }; host.AddAvailableAction(action); }
private void R5D8AddAction(Ship.GenericShip host) { ActionsList.GenericAction action = new ActionsList.R5D8Action(); action.ImageUrl = ImageUrl; host.AddAvailableAction(action); }