Server.TreasureRegion.AllowHousing C# (CSharp) Method

AllowHousing() public method

public AllowHousing ( Server.Mobile from, Server.Point3D p ) : bool
from Server.Mobile
p Server.Point3D
return bool
		public override bool AllowHousing( Mobile from, Point3D p )
		{
			return false;
		}