예제 #1
0
 public void OnColorSwitch()
 {
     _hexagonInGrid.ColorSwitch();
     _colorNum = _hexagonInGrid.ColorIndex;
 }