Class GalaxyStats
- Namespace
- Helldivers2API.Data.Models
- Assembly
- Helldivers2API.dll
War stats of the galaxy
public class GalaxyStats
- Inheritance
-
GalaxyStats
- Inherited Members
Properties
Accurracy
Total accuracy
public int Accurracy { get; set; }
Property Value
Remarks
Does not appear to be accurate/maintained
AutomatonKills
Total automaton kills
public long AutomatonKills { get; set; }
Property Value
BugKills
Total bug kills
public long BugKills { get; set; }
Property Value
BulletsFired
Total bullets fired
public long BulletsFired { get; set; }
Property Value
BulletsHit
Total bullets hit
public long BulletsHit { get; set; }
Property Value
Deaths
Total deaths
public long Deaths { get; set; }
Property Value
Friendlies
Total friendly kills
public long Friendlies { get; set; }
Property Value
IlluminateKills
Total illuminate kills
public long IlluminateKills { get; set; }
Property Value
MissionSuccessRate
Misson success rate
public int MissionSuccessRate { get; set; }
Property Value
MissionTime
Total time in seconds spent in missions
public long MissionTime { get; set; }
Property Value
MissionsLost
Total missions lost
public long MissionsLost { get; set; }
Property Value
MissionsWon
Total missions won
public long MissionsWon { get; set; }
Property Value
Revives
Total revives
public long Revives { get; set; }
Property Value
Remarks
Does not appear to be accurate/maintained
TimePlayed
Total time played
public long TimePlayed { get; set; }