Click or drag to resize
Kills Constructor
View Project on GitHub
The constructor for this kills object

Namespace: GW2CSharp.V2.Unauthenticated.WvW
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public Kills(
	int red,
	int blue,
	int green
)

Parameters

red
Type: SystemInt32
The number of red kills
blue
Type: SystemInt32
The number of blue kills
green
Type: SystemInt32
The number of green kills
See Also