コード例 #1
0
ファイル: Zone.cs プロジェクト: Los-Ojos/DOLSharp-1127
 public IList <IArea> GetAreasOfSpot(IPoint3D spot, bool checkZ)
 {
     return(ZoneRegion.GetAreasOfZone(this, spot, checkZ));
 }
コード例 #2
0
ファイル: Zone.cs プロジェクト: Los-Ojos/DOLSharp-1127
 public IList <IArea> GetAreasOfSpot(int x, int y, int z)
 {
     return(ZoneRegion.GetAreasOfZone(this, x, y, z));
 }