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

Torch() private method

private Torch ( ) : System
return System
		public Torch() : base( 0xF6B )
		{
			if ( Burnout )
				Duration = TimeSpan.FromMinutes( 30 );
			else
				Duration = TimeSpan.Zero;

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

Same methods

Torch::Torch ( Serial serial ) : System