C# 클래스 Server.Regions.GreenAcres

상속: BaseRegion
파일 보기 프로젝트 열기: Grimoric/RunUO.T2A

공개 메소드들

메소드 설명
AllowHousing ( Mobile from, Point3D p ) : bool
GreenAcres ( XmlElement xml, Map map, Region parent ) : System.Xml
OnBeginSpellCast ( Mobile m, ISpell s ) : bool

메소드 상세

AllowHousing() 공개 메소드

public AllowHousing ( Mobile from, Point3D p ) : bool
from Mobile
p Point3D
리턴 bool

GreenAcres() 공개 메소드

public GreenAcres ( XmlElement xml, Map map, Region parent ) : System.Xml
xml System.Xml.XmlElement
map Map
parent Region
리턴 System.Xml

OnBeginSpellCast() 공개 메소드

public OnBeginSpellCast ( Mobile m, ISpell s ) : bool
m Mobile
s ISpell
리턴 bool