public override MatchMaker CopyInstance() { MatchSet matcher = new MatchSet(this); return matcher; }
private MatchSet(MatchSet set) : base(set) { this.options = set.options; }