public void SSActionEvent(SSAction source,
                           SSActionEventType events = SSActionEventType.Competeted,
                           int intParam             = 0,
                           string strParam          = null)
 {
     if (autoNext)
     {
         judgement.setCountdown();
         StartCoroutine(Next());
     }
 }