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

TwoStoryHouse() public méthode

public TwoStoryHouse ( Mobile owner, int id ) : Server.Items
owner Mobile
id int
Résultat Server.Items
		public TwoStoryHouse( Mobile owner, int id ) : base( id, owner, 1370, 10 )
		{
			uint keyValue = CreateKeys( owner );

			AddSouthDoors( -3, 6, 7, keyValue );

			SetSign( 2, 8, 16 );

			AddSouthDoor( -3, 0, 7 );
			AddSouthDoor( id == 0x76 ? -2 : -3, 0, 27 );
		}

Same methods

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