View Project on GitHub
Initilitation of a new score object.
Namespace: GW2CSharp.V2.Authenticated.Pvp.GamesAssembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntaxpublic Score(
int red,
int blue
)
Parameters
- red
- Type: SystemInt32
The red team. - blue
- Type: SystemInt32
The blue team.
See Also