summaryrefslogtreecommitdiff
path: root/Entelect.BattleCity.Challenge/BoardCell.cs
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2022-04-19 21:22:50 +0200
committerJustin Wernick <justin@worthe-it.co.za>2022-04-19 21:22:50 +0200
commitbe89211af895548425be999f660a1195efe9fc8a (patch)
tree19fcd9aaae9c83fe51f81ef57c1f724392a93f8a /Entelect.BattleCity.Challenge/BoardCell.cs
parent0856dc8dc80d3a8624f1d82b944dcbd9e0021446 (diff)
Refile for merging repos
Diffstat (limited to 'Entelect.BattleCity.Challenge/BoardCell.cs')
-rw-r--r--Entelect.BattleCity.Challenge/BoardCell.cs16
1 files changed, 0 insertions, 16 deletions
diff --git a/Entelect.BattleCity.Challenge/BoardCell.cs b/Entelect.BattleCity.Challenge/BoardCell.cs
deleted file mode 100644
index bd7063e..0000000
--- a/Entelect.BattleCity.Challenge/BoardCell.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace Entelect.BattleCity.Challenge
-{
- public enum BoardCell
- {
- EMPTY,
- WALL,
- BASE,
- OUT_OF_BOUNDS
- }
-}