From dff0cb568fd5d4a492f39ae74382dd83b5dd5e0c Mon Sep 17 00:00:00 2001 From: Shilab66 <89350258+Shilab66@users.noreply.github.com> Date: Sun, 7 Jan 2024 20:10:42 -0500 Subject: [PATCH] create ground intake branch --- .../robot2023/subsystems/GroundIntake/GroundIntake.kt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/main/kotlin/com/team4099/robot2023/subsystems/GroundIntake/GroundIntake.kt diff --git a/src/main/kotlin/com/team4099/robot2023/subsystems/GroundIntake/GroundIntake.kt b/src/main/kotlin/com/team4099/robot2023/subsystems/GroundIntake/GroundIntake.kt new file mode 100644 index 00000000..5fdc7677 --- /dev/null +++ b/src/main/kotlin/com/team4099/robot2023/subsystems/GroundIntake/GroundIntake.kt @@ -0,0 +1,4 @@ +package com.team4099.robot2023.subsystems.GroundIntake + +class GroundIntake { +} \ No newline at end of file