コード例 #1
0
 public void AddNeighbor(Building neighbor)
 {
     _neighbors.Add(neighbor);
     neighbor.AddNeighborOnce(this);
 }