View Project on GitHub
Initilatizion of a new statistic object.
Namespace: GW2CSharp.V2.Authenticated.Pvp.StatsAssembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntaxpublic Statistic(
int wins,
int losses,
int desertions,
int byes,
int forfeits
)
Parameters
- wins
- Type: SystemInt32
The wins for the category. - losses
- Type: SystemInt32
The losses for the category. - desertions
- Type: SystemInt32
The desertions for the category. - byes
- Type: SystemInt32
The byes for the category. - forfeits
- Type: SystemInt32
The forfeit for the category.
See Also