X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=core%2Fsrc%2Fru%2Fdeadsoftware%2Fcavedroid%2Fgame%2Fui%2Fwindows%2Finventory%2FCreativeInventoryWindow.kt;h=a38fd2970d9c3b9c99e330047ec267f43fe049aa;hb=9606fce8cc7c9b264abd7cb38583faaebb610540;hp=22a3d5663c7b35cf065329aa49a38d838ac0406d;hpb=13157246344c2b94d24354040f0f2d2fb5beb7ea;p=cavedroid.git diff --git a/core/src/ru/deadsoftware/cavedroid/game/ui/windows/inventory/CreativeInventoryWindow.kt b/core/src/ru/deadsoftware/cavedroid/game/ui/windows/inventory/CreativeInventoryWindow.kt index 22a3d56..a38fd29 100644 --- a/core/src/ru/deadsoftware/cavedroid/game/ui/windows/inventory/CreativeInventoryWindow.kt +++ b/core/src/ru/deadsoftware/cavedroid/game/ui/windows/inventory/CreativeInventoryWindow.kt @@ -3,8 +3,9 @@ package ru.deadsoftware.cavedroid.game.ui.windows.inventory import ru.deadsoftware.cavedroid.game.GameUiWindow import ru.deadsoftware.cavedroid.game.model.item.InventoryItem -class CreativeInventoryWindow( - override val type: GameUiWindow, -) : AbstractInventoryWindow() { +class CreativeInventoryWindow() : AbstractInventoryWindow() { + + override val type = GameUiWindow.CREATIVE_INVENTORY + override var selectedItem: InventoryItem? = null } \ No newline at end of file