Ejemplo n.º 1
0
 public CurrencyBuilder()
 {
     Parser        = new CurrencyParser();
     CurrencyTypes = AttributeHelper.CreateTypeDictionary <CurrencyAttribute>(new Dictionary <String, Type>());
 }
 public TwoHandedBuilder()
 {
     Parser         = new TwoHandedParser();
     TwoHandedTypes = AttributeHelper.CreateTypeDictionary <TwoHandedAttribute>(new Dictionary <String, Type>());
 }
Ejemplo n.º 3
0
 public CardBuilder()
 {
     Parser    = new CardParser();
     CardTypes = AttributeHelper.CreateTypeDictionary <CardAttribute>(new Dictionary <String, Type>());
 }