forked from Clones/Controlify
add controlify.debug.print_trigger_state
debug property
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user