private Player(Point point) { this.point = point; this.id = IDMaker.getMaker().getId(this); }
private Button(Point point) { this.point = point; this.id = IDMaker.getMaker().getId(this); }