mirror of
https://github.com/Team4388/Shirt-Cannon.git
synced 2026-06-08 16:18:04 -06:00
yuh
This commit is contained in:
@@ -32,6 +32,8 @@ public class Shooter extends SubsystemBase {
|
||||
* @return True if the shooter was ready or false if the shooter was not ready
|
||||
*/
|
||||
public boolean fire() {
|
||||
if(!isReady())
|
||||
return false;
|
||||
m_solenoid.set(true);
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user