Interface ITagRewardData
A IReward that uses ITagConsumerData to filter the potential ICurrencys it can grant.
Inherited Members
Namespace: IdleKit.Gameplay
Assembly: cs.temp.dll.dll
Syntax
public interface ITagRewardData : IRewardData, IPayoutEntityData, IEntityData, IData
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 |