Interface ICustomPayoutReward
A type of IReward which can run its own custom logic to pay out the player. An example of this can be see in the IAvatarsUnlockReward.
Inherited Members
Namespace: IdleKit.Gameplay
Assembly: cs.temp.dll.dll
Syntax
public interface ICustomPayoutReward : IReward, IPayoutEntity, IEntity, IInjectable
Methods
ProcessCustomPayout()
Ths method this IReward will call to payout to the player.
Declaration
void ProcessCustomPayout()