summaryrefslogtreecommitdiff
path: root/Entelect.BattleCity.Challenge/BoardCell.cs
diff options
context:
space:
mode:
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
- }
-}