예제 #1
0
 public override MatchMaker CopyInstance()
 {
     MatchSet matcher = new MatchSet(this);
     return matcher;
 }
예제 #2
0
 private MatchSet(MatchSet set)
     : base(set)
 {
     this.options = set.options;
 }