mirror of
https://github.com/NexusForever/NexusForever
synced 2026-08-14 00:26:05 -04:00
22 lines
719 B
C#
22 lines
719 B
C#
namespace NexusForever.Shared.GameTable.Model
|
|
{
|
|
public class RewardTrackRewardsEntry
|
|
{
|
|
public uint Id;
|
|
public uint RewardTrackId;
|
|
public uint RewardPointFlags;
|
|
public uint PrerequisiteId;
|
|
public uint Flags;
|
|
public uint CurrencyTypeId;
|
|
public uint CurrencyAmount;
|
|
public uint RewardTrackRewardTypeEnum00;
|
|
public uint RewardTrackRewardTypeEnum01;
|
|
public uint RewardTrackRewardTypeEnum02;
|
|
public uint RewardChoiceId00;
|
|
public uint RewardChoiceId01;
|
|
public uint RewardChoiceId02;
|
|
public uint RewardChoiceCount00;
|
|
public uint RewardChoiceCount01;
|
|
public uint RewardChoiceCount02;
|
|
}
|
|
}
|