Ejemplo n.º 1
0
 public double Evaluate(Game game, EventContext context, Weights weights)
 {
     return weights.MeasureAllowEventSelection(context.CurrentCharacter);
 }