Make ItemEntry's item public (#6474)

This commit is contained in:
Matthew (or Maya) Peng
2022-01-10 20:38:28 -08:00
committed by GitHub
parent 02db63aa91
commit 1d14fa78bf

View File

@@ -196,7 +196,7 @@ public class ItemTurret extends Turret{
}
public class ItemEntry extends AmmoEntry{
protected Item item;
public Item item;
ItemEntry(Item item, int amount){
this.item = item;