summaryrefslogtreecommitdiff
path: root/Assembly_CSharp/IDamageable.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Assembly_CSharp/IDamageable.cs')
-rw-r--r--Assembly_CSharp/IDamageable.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/Assembly_CSharp/IDamageable.cs b/Assembly_CSharp/IDamageable.cs
deleted file mode 100644
index d010ef5..0000000
--- a/Assembly_CSharp/IDamageable.cs
+++ /dev/null
@@ -1,4 +0,0 @@
-public interface IDamageable
-{
- void TakeDamage(TowerType whoHitMe, int baseDmg, int healthDmg, int armorDmg, int shieldDmg, float slowPercentage, float bleedPercentage, float burnPercentage, float poisonPercentage, float critChance, float stunChance);
-}