Implementation of the Guild Wars 2 API in C#
Implementation of the Guild Wars 2 API in C#
GW2CSharp.V2.Unauthenticated.WvW
Scores Class
Scores Constructor
Scores Properties
Scores Methods
Scores Constructor
View Project on GitHub
The constructor for this scores object
Namespace:
GW2CSharp.V2.Unauthenticated.WvW
Assembly:
GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
Copy
public
Scores
(
int
red
,
int
blue
,
int
green
)
Parameters
red
Type:
System
Int32
The red score
blue
Type:
System
Int32
The blue score
green
Type:
System
Int32
The green score
See Also
Reference
Scores Class
GW2CSharp.V2.Unauthenticated.WvW Namespace