void ChangeOptionText(bool endturn) { if (endturn) { text_option.ChangeToNormal(); } else { text_option.ChangeToNegative(); } }
public void ChangePlayerName(bool player) { if (player) { text_player_name.ChangeToNormal(); } else { text_player_name.ChangeToNegative(); } }