From 83a99e607bfd15b037540431baf216c2c3ebe615 Mon Sep 17 00:00:00 2001 From: insideq Date: Sat, 8 Jun 2024 11:40:02 +0400 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B8=D1=82=D1=8C=20'P?= =?UTF-8?q?rojectExcavator/src/DirectionType.java'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ProjectExcavator/src/DirectionType.java | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 ProjectExcavator/src/DirectionType.java diff --git a/ProjectExcavator/src/DirectionType.java b/ProjectExcavator/src/DirectionType.java deleted file mode 100644 index d3a2058..0000000 --- a/ProjectExcavator/src/DirectionType.java +++ /dev/null @@ -1,6 +0,0 @@ -public enum DirectionType { - Up, - Down, - Left, - Right -} \ No newline at end of file