Interface IFallbackRewardData
A IReward that can fallback to a different one when it's contents cannot be rewarded.
Inherited Members
Namespace: IdleKit.Gameplay
Assembly: cs.temp.dll.dll
Syntax
public interface IFallbackRewardData : IRewardData, IPayoutEntityData, IEntityData, IData
Properties
FallbackRewardId
A fallback IReward to use in the case that the ICurrency referenced by this IReward can not be rewarded.
Declaration
string FallbackRewardId { get; }
Property Value
Type | Description |
---|---|
String |