encodeDestinyPresentationScreenStyle function
Implementation
int? encodeDestinyPresentationScreenStyle (DestinyPresentationScreenStyle? value) {
return value?.value;
}
int? encodeDestinyPresentationScreenStyle (DestinyPresentationScreenStyle? value) {
return value?.value;
}