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