summaryrefslogtreecommitdiff
path: root/RTPFogType.cs
diff options
context:
space:
mode:
Diffstat (limited to 'RTPFogType.cs')
-rw-r--r--RTPFogType.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/RTPFogType.cs b/RTPFogType.cs
new file mode 100644
index 0000000..e6381d0
--- /dev/null
+++ b/RTPFogType.cs
@@ -0,0 +1,7 @@
+public enum RTPFogType
+{
+ Exponential,
+ Exp2,
+ Linear,
+ None
+}