public void SetAroundFlag(Vector2 dir, bool flag) { arounds[NevPointMap.GetDirIndex(dir)] = flag; }
public bool GetAroundFlag(Vector2 dir) { return(arounds[NevPointMap.GetDirIndex(dir)]); }