Class PlayerItem
In-game item associated with a player.
Inheritance
System.Object
PlayerItem
Namespace: Den.Dev.Grunt.Models.HaloInfinite
Assembly: Den.Dev.Grunt.dll
Syntax
[[Den.Dev.Grunt.Models.IsAutomaticallySerializable]]
[[System.Runtime.CompilerServices.Nullable(0)]]
[[System.Runtime.CompilerServices.NullableContext(2)]]
public class PlayerItem
Constructors
Name | Description |
---|---|
PlayerItem() |
Properties
Name | Description |
---|---|
Amount | Gets or sets the amount of items available. |
CoreType | Gets or sets the core type. |
FirstAcquiredDate | Gets or sets the date of the first item acquisition. |
ItemId | Gets or sets the item ID. |
ItemPath | Gets or sets the item path. |
ItemType | Gets or sets the item type. |
Source | Gets or sets the item source. |