public static Player GetInstance() { if (instance == null) { instance = new Player(); } return instance; }
public Player() { instance = this; }