Beispiel #1
0
 public bool IsPassable()
 {
     return(!IsContainsObstacle() && type.IsPassable());
 }