Server.TreasureRegion.AllowHousing C# (CSharp) Méthode

AllowHousing() public méthode

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