Ejemplo n.º 1
0
 public CuponsTemplate(ParamSet set)
 {
     this.setParameters(set);
     this._id                = set.getInt32("id");
     this._name              = set.getString("name");
     CuponsTemplate._uron    = set.getInt32("uron", 30);
     CuponsTemplate._dalnost = set.getInt32("dalnost", 100);
     CuponsTemplate._razbros = set.getInt32("uron", 10);
 }
Ejemplo n.º 2
0
 public WeaponCTemplate(ParamSet set)
 {
     this.setParameters(set);
     this._id                 = set.getInt32("id");
     this._name               = set.getString("name");
     this._price              = set.getInt32("price");
     this._count              = set.getInt32("count");
     WeaponCTemplate._uron    = set.getInt32("uron", 30);
     WeaponCTemplate._dalnost = set.getInt32("dalnost", 100);
     WeaponCTemplate._razbros = set.getInt32("uron", 10);
 }
Ejemplo n.º 3
0
 public NEWShopTemplate(ParamSet set)
 {
     this.setParameters(set);
     this._id                 = set.getInt32("id");
     this._name               = set.getString("name");
     this._price              = set.getInt32("price");
     this._count              = set.getInt32("count");
     this._type2              = set.getInt32("buy_type2");
     this._buy_type           = set.getInt32("buy_type");
     this._price2             = set.getInt32("price2");
     NEWShopTemplate._uron    = set.getInt32("uron", 30);
     NEWShopTemplate._dalnost = set.getInt32("dalnost", 100);
     NEWShopTemplate._razbros = set.getInt32("uron", 10);
 }
Ejemplo n.º 4
0
 public ArmorTemplate(ParamSet set)
 {
     this.setParameters(set);
     this._id   = set.getInt32("id");
     this._name = set.getString("name");
 }