Server.Items.BaseBeverage.GetProperties C# (CSharp) Méthode

GetProperties() public méthode

public GetProperties ( ObjectPropertyList list ) : void
list Server.ObjectPropertyList
Résultat void
		public override void GetProperties( ObjectPropertyList list )
		{
			base.GetProperties( list );

			if( ShowQuantity )
				list.Add( GetQuantityDescription() );
		}