コード例 #1
0
 public GurpenatorRow(PurchasedProperty purchasedProperty, GurpenatorTable table)
 {
     this.purchasedProperty = purchasedProperty;
     this.table = table;
     purchasedProperty.changed += purchasedProperty_changed;
 }
コード例 #2
0
ファイル: Gurpenator.cs プロジェクト: thejoshwolfe/Gurpenator
 public EvaluationContext(GurpsCharacter character, PurchasedProperty purchasedProperty, int levelValue = int.MinValue)
 {
     this.character = character;
     this.purchasedProperty = purchasedProperty;
     this.levelValue = levelValue;
 }