mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
@@ -125,7 +125,7 @@ public final class Commands {
|
||||
* @return the command
|
||||
* @see WaitCommand
|
||||
*/
|
||||
public static Command wait(double time) {
|
||||
public static Command waitSeconds(double time) {
|
||||
return new WaitCommand(time);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user