1
0
forked from Clones/Controlify

Support for analog boat movement.

This commit is contained in:
isXander
2023-06-15 18:16:59 +01:00
parent 3f820e1c01
commit f7cf37f201
5 changed files with 114 additions and 1 deletions

View File

@ -0,0 +1,5 @@
package dev.isxander.controlify.fixes.boatfix;
public interface AnalogBoatInput {
void setAnalogInput(float forward, float right);
}