forked from Clones/Controlify
➕ Support for analog boat movement.
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
package dev.isxander.controlify.fixes.boatfix;
|
||||
|
||||
public interface AnalogBoatInput {
|
||||
void setAnalogInput(float forward, float right);
|
||||
}
|
Reference in New Issue
Block a user