Server.Items.InteriorDecorator.InteriorDecorator C# (CSharp) Méthode

InteriorDecorator() private méthode

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

Same methods

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