Exemplo n.º 1
0
 void ChangeOptionText(bool endturn)
 {
     if (endturn)
     {
         text_option.ChangeToNormal();
     }
     else
     {
         text_option.ChangeToNegative();
     }
 }
Exemplo n.º 2
0
 public void ChangePlayerName(bool player)
 {
     if (player)
     {
         text_player_name.ChangeToNormal();
     }
     else
     {
         text_player_name.ChangeToNegative();
     }
 }