aboutsummaryrefslogtreecommitdiff
path: root/V3/Effects/SmokeSmall.cs
diff options
context:
space:
mode:
Diffstat (limited to 'V3/Effects/SmokeSmall.cs')
-rw-r--r--V3/Effects/SmokeSmall.cs10
1 files changed, 10 insertions, 0 deletions
diff --git a/V3/Effects/SmokeSmall.cs b/V3/Effects/SmokeSmall.cs
new file mode 100644
index 0000000..f2f2dce
--- /dev/null
+++ b/V3/Effects/SmokeSmall.cs
@@ -0,0 +1,10 @@
+namespace V3.Effects
+{
+ /// <summary>
+ /// A small ring of smoke, spreading over some area.
+ /// </summary>
+ public sealed class SmokeSmall : AbstractEffect
+ {
+ protected override string TextureFile { get; } = "particlefx_05";
+ }
+} \ No newline at end of file