Server.Items.HeatingStand.HeatingStand C# (CSharp) Method

HeatingStand() private method

private HeatingStand ( ) : System
return System
		public HeatingStand() : base( 0x1849 )
		{
			if ( Burnout )
				Duration = TimeSpan.FromMinutes( 25 );
			else
				Duration = TimeSpan.Zero;

			Burning = false;
			Light = LightType.Empty;
			Weight = 1.0;
		}

Same methods

HeatingStand::HeatingStand ( Serial serial ) : System