public void UpdateContent(ActionButtonData newData) { data.Modify(newData); UpdateContent(); }
public ActionButtonData(ActionButtonData other) => Modify(other.actionId, other.actionType);