Click or drag to resize
Score Constructor
View Project on GitHub
Initilitation of a new score object.

Namespace: GW2CSharp.V2.Authenticated.Pvp.Games
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public Score(
	int red,
	int blue
)

Parameters

red
Type: SystemInt32
The red team.
blue
Type: SystemInt32
The blue team.
See Also