You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
92 lines
2.1 KiB
92 lines
2.1 KiB
//
|
|
// NotablePlayers.swift
|
|
// TournamentStats
|
|
//
|
|
// Created by Laurent Morvillier on 04/06/2019.
|
|
// Copyright © 2019 Stax River. All rights reserved.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
class NotablePlayers {
|
|
|
|
static var all: [String] = [
|
|
"Julien Martini",
|
|
"James Obst",
|
|
"Andrew Lichtenberger",
|
|
"Daniel Negreanu",
|
|
"Nick Petrangelo",
|
|
"Chance Kornuth",
|
|
"Phil Hellmuth",
|
|
"Bryn Kenney",
|
|
"Justin Bonomo",
|
|
"Alex Foxen",
|
|
"Stephen Chidwick",
|
|
"David Peters",
|
|
"Jason Koon",
|
|
"Andrew Robl",
|
|
"Bill Perkins",
|
|
"Robert Mizrachi",
|
|
"Anthony Zinno",
|
|
"Faraz Jaka",
|
|
"Dan O'Brien",
|
|
"Phil Hellmuth",
|
|
"Shaun Deeb",
|
|
"Ole Schemion",
|
|
"Brian Rast",
|
|
"Doug Polk",
|
|
"Erik Seidel",
|
|
"Dominik Nitsche",
|
|
"Joe McKeehen",
|
|
"Scott Seiver",
|
|
"Chris Ferguson",
|
|
"Rainer Kempe",
|
|
"Olivier Busquet",
|
|
"Adrian Mateos",
|
|
"Ryan Riess",
|
|
"Jennifer Harman Traniello",
|
|
"Frank Kassela",
|
|
"Maria Ho",
|
|
"Allen Cunningham",
|
|
"David Benyamine",
|
|
"Mike Matusow",
|
|
"Phil Galfond",
|
|
"Eli Elezra",
|
|
"Barry Greenstein",
|
|
"Jeff Lisandro",
|
|
"Jean-Robert Bellande",
|
|
"Paul Volpe",
|
|
"Prahlad Friedman",
|
|
"Matt Glantz",
|
|
"Jen Harman",
|
|
"Max Pescatori",
|
|
"Romain Lewis",
|
|
"JC Tran",
|
|
"Michael Mizrachi",
|
|
"Ryan Laplante",
|
|
"Dario Sammartino",
|
|
"Scott Clements",
|
|
"Brian Hastings",
|
|
"Daniel Alaei",
|
|
"Joe Cada",
|
|
"Sylvain Loosli",
|
|
"Johan Guilbert",
|
|
"Vitaly Lunkin",
|
|
"Layne Flack",
|
|
"Erwann Pecheux",
|
|
"Phil Ivey",
|
|
"Joseph Cheong",
|
|
"Felipe Ramos",
|
|
"Mike Sexton",
|
|
"Dzmitry Urbanovich",
|
|
"Ben Tollerene",
|
|
"Joe Hachem",
|
|
"Steven van Zadelhoff",
|
|
"Daniel Zack",
|
|
"Mike Gorodinsky",
|
|
"Phil Laak",
|
|
"Jeff Lisandro"
|
|
|
|
]
|
|
|
|
}
|
|
|