Example #1
0
 public void ExecuteState(GameObject hex)
 {
     if (hex.GetComponent <MeshRenderer>().material.color == colors[0])
     {
         gameState.Execute(hex, playersNumber);
     }
 }