Exemplo n.º 1
0
 void Update()
 {
     if (Input.GetKeyDown(KeyCode.Return))
     {
         hand.DrawDeckTopCard();
     }
 }