mirror of
https://github.com/Team4388/RiseOfRidgebotics2020.git
synced 2026-06-09 08:48:01 -06:00
Remove uneeded inherit in XboxTriggerButton
This commit is contained in:
@@ -31,7 +31,6 @@ public class XboxTriggerButton extends Button {
|
||||
m_trigger = trigger;
|
||||
}
|
||||
|
||||
/** {@inheritDoc} */
|
||||
@Override
|
||||
public boolean get() {
|
||||
if (m_trigger == RIGHT_TRIGGER) {
|
||||
|
||||
Reference in New Issue
Block a user