1
0
forked from Clones/Controlify

add controlify.debug.print_trigger_state debug property

This commit is contained in:
isXander
2023-06-25 22:53:51 +01:00
parent a7fc6b2629
commit e524631438
3 changed files with 11 additions and 0 deletions

View File

@ -1,5 +1,8 @@
package dev.isxander.controlify.fixes.boatfix;
/**
* @see dev.isxander.controlify.mixins.feature.fixes.boatfix.BoatMixin
*/
public interface AnalogBoatInput {
void setAnalogInput(float forward, float right);
}