From dbc195dccfcdb2d28c41dc8310762a7d8282e9c2 Mon Sep 17 00:00:00 2001 From: Ishaan Ghaskadbi Date: Mon, 28 Oct 2024 00:07:38 -0400 Subject: [PATCH] slides, arm, command done --- .../firstinspires/ftc/teamcode/commands/drive/ArmCommand.kt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 TeamCode/src/main/kotlin/org/firstinspires/ftc/teamcode/commands/drive/ArmCommand.kt diff --git a/TeamCode/src/main/kotlin/org/firstinspires/ftc/teamcode/commands/drive/ArmCommand.kt b/TeamCode/src/main/kotlin/org/firstinspires/ftc/teamcode/commands/drive/ArmCommand.kt new file mode 100644 index 0000000..413f05b --- /dev/null +++ b/TeamCode/src/main/kotlin/org/firstinspires/ftc/teamcode/commands/drive/ArmCommand.kt @@ -0,0 +1,4 @@ +package org.firstinspires.ftc.teamcode.commands.drive + +class ArmCommand { +} \ No newline at end of file