v2.2.0: added missing code from ShopRoom to support ImpShop changes

This commit is contained in:
Evan Debenham
2023-10-11 15:48:50 -04:00
parent 59b6065a9a
commit 133e3d7313

View File

@@ -63,7 +63,7 @@ import java.util.HashMap;
public class ShopRoom extends SpecialRoom {
private ArrayList<Item> itemsToSpawn;
protected ArrayList<Item> itemsToSpawn;
@Override
public int minWidth() {