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

MetalHouseDoor() private method

private MetalHouseDoor ( DoorFacing facing ) : System
facing DoorFacing
return System
		public MetalHouseDoor( DoorFacing facing ) : base( facing, 0x675 + (2 * (int)facing), 0x676 + (2 * (int)facing), 0xEC, 0xF3, BaseDoor.GetOffset( facing ) )
		{
		}

Same methods

MetalHouseDoor::MetalHouseDoor ( Serial serial ) : System