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