summaryrefslogtreecommitdiff
path: root/Assembly_CSharp/Tower/TowerType.cs
diff options
context:
space:
mode:
authorchai <215380520@qq.com>2023-11-26 23:54:38 +0800
committerchai <215380520@qq.com>2023-11-26 23:54:38 +0800
commitb45e22c164fa364263b00ce82842999f8e5976b2 (patch)
treebbc996364325c820d215572e4b16ae0e776c5f04 /Assembly_CSharp/Tower/TowerType.cs
parent626381f061cde0c78564f6336e3131835cf20a5b (diff)
*move
Diffstat (limited to 'Assembly_CSharp/Tower/TowerType.cs')
-rw-r--r--Assembly_CSharp/Tower/TowerType.cs18
1 files changed, 18 insertions, 0 deletions
diff --git a/Assembly_CSharp/Tower/TowerType.cs b/Assembly_CSharp/Tower/TowerType.cs
new file mode 100644
index 0000000..9bbc242
--- /dev/null
+++ b/Assembly_CSharp/Tower/TowerType.cs
@@ -0,0 +1,18 @@
+public enum TowerType
+{
+ Crossbow,
+ Morter,
+ TeslaCoil,
+ Frost,
+ Obelisk,
+ FlameThrower,
+ PoisonSprayer,
+ Siphon,
+ Radar,
+ ParticleCannon,
+ DOT,
+ Global,
+ Shredder,
+ Encampment,
+ Lookout
+}