Make ItemEntry's item public (#6474)
This commit is contained in:
committed by
GitHub
parent
02db63aa91
commit
1d14fa78bf
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user