Class WarStats
- Namespace
- Helldivers2API.Data.Models
- Assembly
- Helldivers2API.dll
Current stats from the war
public class WarStats
- Inheritance
-
WarStats
- Inherited Members
Properties
GalaxyStats
Combined stats for all the planets in the galaxy
public GalaxyStats GalaxyStats { get; set; }
Property Value
PlanetStats
Stats for each planet
public PlanetStats[] PlanetStats { get; set; }