From ced3d03bdb3ce866d832e03fb212865140905a9a Mon Sep 17 00:00:00 2001 From: Thomas Leyh Date: Sun, 24 Jul 2016 08:14:18 +0200 Subject: Add project files. --- V3/Effects/SmokeSmall.cs | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 V3/Effects/SmokeSmall.cs (limited to 'V3/Effects/SmokeSmall.cs') 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 +{ + /// + /// A small ring of smoke, spreading over some area. + /// + public sealed class SmokeSmall : AbstractEffect + { + protected override string TextureFile { get; } = "particlefx_05"; + } +} \ No newline at end of file -- cgit v1.2.1