示例#1
0
 public Vector2I[] GetNeighbors(int x, int y)
 {
     return(_influenceMap.GetNeighbors(x, y));
 }