예제 #1
0
 public abstract void Set(Objective obj, string field);
예제 #2
0
 public ScoreRange(Objective obj, IntRange range)
 {
     this.obj   = obj;
     this.range = range;
 }
예제 #3
0
 public SourcedScore(Objective o, string target)
 {
     this.objective = o;
     this.target    = target;
 }