More private

This commit is contained in:
Bishop 2026-08-01 12:24:22 -05:00
parent e5a2a576fd
commit b46a57ab78

View file

@ -27,7 +27,7 @@ class ConstructionInterface : InterfaceListener {
private const val HOUSE_BUTTON_LEAVE_HOUSE = 13
// Register furniture here when it is only obtainable by upgrading, to send the correct rejection message.
val upgradeOnly = arrayOf(
private val upgradeOnly = arrayOf(
Decoration.WORKBENCH_WITH_VICE,
Decoration.WORKBENCH_WITH_LATHE,
)