예제 #1
0
 public void addChild(hexagon child, int position)
 {
     children.AddLast(child);
 }
예제 #2
0
 public void addChild(hexagon child, int position)
 {
     children.AddLast(child);
 }