Пример #1
0
 void ChangeOptionText(bool endturn)
 {
     if (endturn)
     {
         text_option.ChangeToNormal();
     }
     else
     {
         text_option.ChangeToNegative();
     }
 }
Пример #2
0
 public void ChangePlayerName(bool player)
 {
     if (player)
     {
         text_player_name.ChangeToNormal();
     }
     else
     {
         text_player_name.ChangeToNegative();
     }
 }