Class GuildUpgrade
- Namespace
- GuildWars2.Guilds.Upgrades
- Assembly
- GW2SDK.dll
Information about a guild upgrade. This class is the base type for all guild upgrades. Cast objects of this type to a more specific type to access more properties.
public record GuildUpgrade : IEquatable<GuildUpgrade>
- Inheritance
-
GuildUpgrade
- Implements
- Derived
- Inherited Members
Properties
- BuildTime
The processing time of the guild upgrade.
- Costs
The costs of the guild upgrade.
- Description
The guild upgrade description.
- Experience
The amount of guild XP awarded.
- IconHref
The URL of the guild upgrade icon.
- IconUrl
The URL of the guild upgrade icon.
- Id
The guild upgrade ID.
- Name
The guild upgrade name.
- Prerequisites
The IDs of guild upgrades that must be completed first.
- RequiredLevel
The minimum guild level require to unlock the guild upgrade.