diff options
Diffstat (limited to 'GameCode/TowerType.cs')
-rw-r--r-- | GameCode/TowerType.cs | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/GameCode/TowerType.cs b/GameCode/TowerType.cs new file mode 100644 index 0000000..9bbc242 --- /dev/null +++ b/GameCode/TowerType.cs @@ -0,0 +1,18 @@ +public enum TowerType +{ + Crossbow, + Morter, + TeslaCoil, + Frost, + Obelisk, + FlameThrower, + PoisonSprayer, + Siphon, + Radar, + ParticleCannon, + DOT, + Global, + Shredder, + Encampment, + Lookout +} |