Exemplo n.º 1
0
 public bool Walkable(ushort cellid)
 {
     return(WalkableCells.Contains(cellid));
 }