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

SmallOldHouse() public méthode

public SmallOldHouse ( Mobile owner, int id ) : Server.Items
owner Mobile
id int
Résultat Server.Items
		public SmallOldHouse( Mobile owner, int id ) : base( id, owner, 425, 3 )
		{
			uint keyValue = CreateKeys( owner );

			AddSouthDoor( 0, 3, 7, keyValue );

			SetSign( 2, 4, 5 );
		}

Same methods

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