DEADSOFTWARE

Fix swimming
[cavedroid.git] / core / src / ru / deadsoftware / cavedroid / game / input / action / keys / KeyboardInputActionKey.kt
index fb59efbf4dae71cc79b726ca51f28717ee66c655..cfac1328881d7de1171a66bbeb09bd521924b255 100644 (file)
@@ -5,8 +5,7 @@ sealed interface KeyboardInputActionKey {
     data object Left : KeyboardInputActionKey
     data object Right : KeyboardInputActionKey
     data object Down : KeyboardInputActionKey
-
-    data object Jump : KeyboardInputActionKey
+    data object Up : KeyboardInputActionKey
 
     data object Crouch : KeyboardInputActionKey