ClaimRewardSystem
Receiving awards x1, x3, x5 are called in this class.
- Methods
ClaimRewardSystem.ClaimCoinReward(10);
ClaimRewardSystem.ClaimX3CoinReward(21);
ClaimRewardSystem.ClaimX5CoinReward(23);
ClaimRewardSystem.ClaimRewardWithoutSkinProfit(10);
ClaimRewardSystem.ClaimX3RewardWithoutSkinProfit(10);
ClaimRewardSystem.ClaimX5RewardWithoutSkinProfit(10);
ClaimCoinReward – receive “Coin” rewards without a multiplier.
ClaimX3CoinReward – receive a “Coin” reward with a x3 multiplier.
ClaimX5CoinReward – receive a “Coin” reward with a x5 multiplier.
ClaimRewardWithoutSkinProfit – receive “Coin” rewards without income from skins. ClaimX3RewardWithoutSkinProfit – receive “Coin” rewards without income from skins. ClaimX5RewardWithoutSkinProfit – receive “Coin” rewards without income from skins.