コード例 #1
0
ファイル: Score.cs プロジェクト: TheShinyBunny/MCFunctionAPI
 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;
 }