Class ClanLeaderboardEntry
- Namespace
- TaleWorlds.MountAndBlade.Diamond
- Assembly
- TaleWorlds.MountAndBlade.Diamond.dll
public class ClanLeaderboardEntry
- Inheritance
-
ClanLeaderboardEntry
- Inherited Members
Constructors
ClanLeaderboardEntry(Guid, string, string, string, int, int, float)
public ClanLeaderboardEntry(Guid clanId, string name, string tag, string sigil, int winCount, int lossCount, float score)
Parameters
Properties
ClanId
public Guid ClanId { get; }
Property Value
LossCount
public int LossCount { get; }
Property Value
Name
public string Name { get; }
Property Value
Score
public float Score { get; }
Property Value
Sigil
public string Sigil { get; }
Property Value
Tag
public string Tag { get; }
Property Value
WinCount
public int WinCount { get; }
Property Value
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).