e
This commit is contained in:
@ -0,0 +1,16 @@
|
||||
package rip.tilly.bedwars.playerdata.currentgame;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class PlayerCurrentGameData {
|
||||
|
||||
private int gameKills;
|
||||
private int gameBedsDestroyed;
|
||||
|
||||
private int pickaxeLevel = 0;
|
||||
private int axeLevel = 0;
|
||||
private boolean shears = false;
|
||||
|
||||
private ArmorType armorType = ArmorType.LEATHER;
|
||||
}
|
Reference in New Issue
Block a user