DEADSOFTWARE

Add crafting
[cavedroid.git] / core / src / ru / deadsoftware / cavedroid / game / input / action / keys / KeyboardInputActionKey.kt
index b3006a6e13ba4fb620acd131181b0eaeaed7e74c..fb59efbf4dae71cc79b726ca51f28717ee66c655 100644 (file)
@@ -20,4 +20,5 @@ sealed interface KeyboardInputActionKey {
     data object SpawnPig : KeyboardInputActionKey
     data object SwitchGameMode : KeyboardInputActionKey
     data object ShowMap : KeyboardInputActionKey
+    data object OpenCraft : KeyboardInputActionKey
 }
\ No newline at end of file