コード例 #1
0
ファイル: Execute.cs プロジェクト: jenn0108/CourtIntrigue
 public double Evaluate(Game game, EventContext context, Weights weights)
 {
     return weights.MeasureAllowEventSelection(context.CurrentCharacter);
 }