using UnityEngine.UIElements; namespace LiveOpsExamples { public class LeaderboardRowView { private readonly Label rankLabel; private readonly Label playerLabel; private readonly Label scoreLabel; public LeaderboardRowView(VisualElement root) { rankLabel = root.Q