Пример #1
0
 /// <summary>
 /// Sets the vacuumable size
 /// </summary>
 /// <param name="vacSize">The vac size to set</param>
 public AnimalTemplate SetVacSize(Vacuumable.Size vacSize)
 {
     this.vacSize = vacSize;
     return(this);
 }
 /// <summary>
 /// Sets the vacuumable size
 /// </summary>
 /// <param name="vacSize">The vac size to set</param>
 public FloatingDecoTemplate SetVacSize(Vacuumable.Size vacSize)
 {
     this.vacSize = vacSize;
     return(this);
 }
Пример #3
0
 /// <summary>
 /// Sets the vacuumable size
 /// </summary>
 /// <param name="vacSize">The vac size to set</param>
 public FashionTemplate SetVacSize(Vacuumable.Size vacSize)
 {
     this.vacSize = vacSize;
     return(this);
 }
Пример #4
0
 /// <summary>
 /// Sets the vacuumable size
 /// </summary>
 /// <param name="vacSize">The vac size to set</param>
 public LiquidTemplate SetVacSize(Vacuumable.Size vacSize)
 {
     this.vacSize = vacSize;
     return(this);
 }
 /// <summary>
 /// Sets the vacuumable size
 /// </summary>
 /// <param name="vacSize">The vac size to set</param>
 public CraftResourceTemplate SetVacSize(Vacuumable.Size vacSize)
 {
     this.vacSize = vacSize;
     return(this);
 }