Method CheckIfAnySurroundingTile
- Namespace
- GrindFest
- Assembly
- GrindFest.dll
CheckIfAnySurroundingTile(int, int, int, Func<WorldTile, bool>)
public bool CheckIfAnySurroundingTile(int x, int y, int distance, Func<WorldTile, bool> predicate)
public bool CheckIfAnySurroundingTile(int x, int y, int distance, Func<WorldTile, bool> predicate)