encodeDestinyObjectiveGrantStyle function
Implementation
int? encodeDestinyObjectiveGrantStyle (DestinyObjectiveGrantStyle? value) {
return value?.value;
}
int? encodeDestinyObjectiveGrantStyle (DestinyObjectiveGrantStyle? value) {
return value?.value;
}