aboutsummaryrefslogtreecommitdiff
path: root/V3/Effects/BloodBang.cs
diff options
context:
space:
mode:
Diffstat (limited to 'V3/Effects/BloodBang.cs')
-rw-r--r--V3/Effects/BloodBang.cs8
1 files changed, 8 insertions, 0 deletions
diff --git a/V3/Effects/BloodBang.cs b/V3/Effects/BloodBang.cs
new file mode 100644
index 0000000..f5e1f3c
--- /dev/null
+++ b/V3/Effects/BloodBang.cs
@@ -0,0 +1,8 @@
+namespace V3.Effects
+{
+ public class BloodBang : AbstractEffect
+ {
+ protected override string TextureFile { get; } = "blood_hit_04";
+ protected override string SoundFile { get; } = "impactsplat01";
+ }
+} \ No newline at end of file