public Player(GameField gameField) { GameField = gameField; }
public Player() { PlayerSocket = null; GameField = new GameField(); }