Exemple #1
0
 private bool CanReach(string areaName)
 {
     return(CanReach(World.GetArea(areaName)));
 }