public void TwitchResetUserRewardCounters(string userId, bool persisted)
No description provided.
No description provided.
void
using System;
public class CPHInline
{
public bool Execute()
{
//Get user id of current user id
CPH.TryGetArg("userId",out string userId);
//Reset persisted user reward counter
CPH.TwitchResetUserRewardCounters(userId, true); return true;
}
}