encodeDestinyUnlockValueUIStyle function
Implementation
int? encodeDestinyUnlockValueUIStyle (DestinyUnlockValueUIStyle? value) {
return value?.value;
}
int? encodeDestinyUnlockValueUIStyle (DestinyUnlockValueUIStyle? value) {
return value?.value;
}