/// The profile of the player public PlayerProfileModel PlayerProfile; /// The role of this player in the clan. Can be "owner", "admin", "moderator", or "member" public string Role;
Last updated 1 year ago