public Player(double m) { money = m; roulett = new Roulett(); }
public Player() { roulett = new Roulett(); money = 0; }