Exemplo n.º 1
0
 public void addChild(hexagon child, int position)
 {
     children.AddLast(child);
 }
Exemplo n.º 2
0
 public void addChild(hexagon child, int position)
 {
     children.AddLast(child);
 }