Struct KitAccessRow
Stores information about a single kit access instance.
public readonly struct KitAccessRow
- Inherited Members
Properties
Player
The player who has access.
public CSteamID Player { get; }
Property Value
- CSteamID
Timestamp
When they were given access.
public DateTimeOffset Timestamp { get; }
Property Value
Type
The reason they were given access.
public KitAccessType Type { get; }