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

SandStonePatio() public méthode

public SandStonePatio ( Mobile owner ) : Server.Items
owner Mobile
Résultat Server.Items
		public SandStonePatio( Mobile owner ) : base( 0x9C, owner, 850, 6 )
		{
			uint keyValue = CreateKeys( owner );

			AddSouthDoor( -1, 3, 6, keyValue );
			
			SetSign( 4, 6, 24 );
		}

Same methods

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