Esempio n. 1
0
 /// <summary>
 /// String representation of name of this item
 /// </summary>
 /// <returns>Name of this item</returns>
 public override string ToString()
 {
     return(SizeExtension.SizeString(Size) + " Water");
 }
 /// <summary>
 /// String representation of name of this item
 /// </summary>
 /// <returns>Name of this item</returns>
 public override string ToString()
 {
     return(SizeExtension.SizeString(Size) + (Decaf ? " Decaf" : "") + " Jurassic Java");
 }
 /// <summary>
 /// String representation of name of this item
 /// </summary>
 /// <returns>Name of this item</returns>
 public override string ToString()
 {
     return(SizeExtension.SizeString(Size) + " " + FlavorString(Flavor) + " Sodasaurus");
 }
 /// <summary>
 /// String representation of name of this item
 /// </summary>
 /// <returns>Name of this item</returns>
 public override string ToString()
 {
     return(SizeExtension.SizeString(Size) + (Sweet ? " Sweet" : "") + " Tyrannotea");
 }
Esempio n. 5
0
 /// <summary>
 /// String representation of name of this item
 /// </summary>
 /// <returns>Name of this item</returns>
 public override string ToString()
 {
     return(SizeExtension.SizeString(Size) + " Meteor Mac and Cheese");
 }
Esempio n. 6
0
 /// <summary>
 /// String representation of name of this item
 /// </summary>
 /// <returns>Name of this item</returns>
 public override string ToString()
 {
     return(SizeExtension.SizeString(Size) + " Fryceritops");
 }
 /// <summary>
 /// String representation of name of this item
 /// </summary>
 /// <returns>Name of this item</returns>
 public override string ToString()
 {
     return(SizeExtension.SizeString(Size) + " Mezzorella Sticks");
 }
Esempio n. 8
0
 /// <summary>
 /// String representation of name of this item
 /// </summary>
 /// <returns>Name of this item</returns>
 public override string ToString()
 {
     return(SizeExtension.SizeString(Size) + " Triceritots");
 }