Class WarStatus
- Namespace
- Helldivers2API.Data.Models
- Assembly
- Helldivers2API.dll
Current status of the war
public class WarStatus
- Inheritance
-
WarStatus
- Inherited Members
Properties
ImpactMultiplier
public double ImpactMultiplier { get; set; }
Property Value
StoryBeatId32
public long StoryBeatId32 { get; set; }
Property Value
Time
Current time represented as seconds from an unknown point.
public int Time { get; set; }
Property Value
TimeAsDateTime
The date and time when this data was retrieved.
public DateTime TimeAsDateTime { get; set; }
Property Value
WarId
public int WarId { get; set; }