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