score property
The value by which this element is sorted within the leaderboard.
Implementation
@$pb.TagNumber(3)
$core.double get score => $_getN(1);
Implementation
@$pb.TagNumber(3)
set score($core.double v) {
$_setDouble(1, v);
}
The value by which this element is sorted within the leaderboard.
@$pb.TagNumber(3)
$core.double get score => $_getN(1);
@$pb.TagNumber(3)
set score($core.double v) {
$_setDouble(1, v);
}