343536373839404142
private int count; private Player player; public Giver(Player player) { super(player.getServer(), "Giver" + Math.round(100000 * Math.random())); inv = new Inventory(); count = 0; this.player = player; }