Interface ITagRewardData
A IReward that uses ITagConsumerData to filter the potential ICurrencys it can grant.
Namespace: IdleKit.Framework
Assembly: cs.temp.dll.dll
Syntax
public interface ITagRewardData : IRewardData, IPayoutEntityData, IEntityData, IStaticData
Properties
tagConsumerData
The ITagConsumerData used to restrict which ICurrencys can be added to the potential reward pool.
Declaration
ITagConsumerData tagConsumerData { get; }
Property Value
| Type | Description |
|---|---|
| ITagConsumerData |