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

InteriorDecorator() private method

private InteriorDecorator ( ) : Server.Network
return Server.Network
		public InteriorDecorator() : base( 0xFC1 )
		{
			Weight = 1.0;
			LootType = LootType.Blessed;
		}

Same methods

InteriorDecorator::InteriorDecorator ( Server.Serial serial ) : Server.Network