LeaderboardRecord

/// Returns the details of clan if this record for the clan.
public Clan Clan;
/// Returns the details of clan member if this record for the clan member.
public ClanMember ClanMember;
/// Returns the details of player if this record for the player.
public PlayerProfileModel PlayerProfile;
/// Rank for the player
public int Rank;
/// record score for the player
public double Score;
/// the user's tier, if applicable
public string? Tier;
/// the user's xp, if applicable
public int? Xp;

Last updated