private void SetTeamColor(Cell cell) { teamText.Text = ColorCode.TeamName(cell.TeamID); teamText.SetTextColor(ColorCode.BrightTeamColor(cell.TeamID)); }
private void SetCellText(Cell cell) { cellText.Text = cell.ID.ToString(); cellText.SetTextColor(ColorCode.BrightTeamColor(cell.TeamID)); }