public override void Ready() { Judges.Enable(); foreach (var token in tokens) { Pass(token, ActionType.Join, null); } }
public override void Ready() { Judges.Enable(); remote.EnableOut(outip, outport); }