Ejemplo n.º 1
0
 public GurpenatorRow(PurchasedProperty purchasedProperty, GurpenatorTable table)
 {
     this.purchasedProperty = purchasedProperty;
     this.table = table;
     purchasedProperty.changed += purchasedProperty_changed;
 }
Ejemplo n.º 2
0
 public EvaluationContext(GurpsCharacter character, PurchasedProperty purchasedProperty, int levelValue = int.MinValue)
 {
     this.character = character;
     this.purchasedProperty = purchasedProperty;
     this.levelValue = levelValue;
 }