Exemplo n.º 1
0
 private void setBtnEnable(GameButton btn, bool b)
 {
     btn.SetGray(!b);
     btn.SetGrayAndUnClick(b);
 }