from protobuf message proto.models.RealtimeScore
from protobuf field: double accuracy = 8;
from protobuf field: int32 bad_cuts = 11;
from protobuf field: int32 bomb_hits = 12;
from protobuf field: int32 combo = 6;
Optional
from protobuf field: proto.models.ScoreTrackerHand left_hand = 15;
from protobuf field: int32 max_combo = 14;
from protobuf field: int32 max_score = 4;
from protobuf field: int32 max_score_with_modifiers = 5;
from protobuf field: int32 notes_missed = 10;
from protobuf field: float player_health = 7;
from protobuf field: proto.models.ScoreTrackerHand right_hand = 16;
from protobuf field: int32 score = 2;
from protobuf field: int32 score_with_modifiers = 3;
from protobuf field: float song_position = 9;
from protobuf field: string user_guid = 1;
from protobuf field: int32 wall_hits = 13;
Generated
from protobuf message proto.models.RealtimeScore