Class AssignmentTask
- Namespace
- Helldivers2API.Data.Models
- Assembly
- Helldivers2API.dll
Contains information about the current assignment tasks.
public class AssignmentTask
- Inheritance
-
AssignmentTask
- Inherited Members
Properties
Type
TODO: Research needed
public int Type { get; set; }
Property Value
ValueTypes
TODO: Research needed
public int[] ValueTypes { get; set; }
Property Value
- int[]
Values
Planet ids associated with this task. ALways appears to include 1.
public int[] Values { get; set; }
Property Value
- int[]