Пример #1
0
 private void Update(EvaluationContext context)
 {
     Result.Value = IntValue.GetValue(context);
 }
Пример #2
0
 public void ScoreDestroyedCells(IEnumerable <Cell> cells)
 {
     intValue.SetValue(intValue.GetValue() + cells.Count());
 }