Exemple #1
0
 public bool IsUnderwaterOrInAir(Spot s)
 {
     return(IsUnderwaterOrInAir(s.GetLocation()));
 }