Server.Multis.LargePatioHouse.LargePatioHouse C# (CSharp) Méthode

LargePatioHouse() public méthode

public LargePatioHouse ( Mobile owner ) : Server.Items
owner Mobile
Résultat Server.Items
		public LargePatioHouse( Mobile owner ) : base( 0x8C, owner, 1100, 8 )
		{
			uint keyValue = CreateKeys( owner );

			AddSouthDoors( -4, 6, 7, keyValue );
			
			SetSign( 1, 8, 16 );

			AddEastDoor( 1, 4, 7 );
			AddEastDoor( 1, -4, 7 );
			AddSouthDoor( 4, -1, 7 );
		}

Same methods

LargePatioHouse::LargePatioHouse ( Serial serial ) : Server.Items