summaryrefslogtreecommitdiff
path: root/Assets/MaterializeFX/Scripts/MfxShaderType.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Assets/MaterializeFX/Scripts/MfxShaderType.cs')
-rw-r--r--Assets/MaterializeFX/Scripts/MfxShaderType.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/Assets/MaterializeFX/Scripts/MfxShaderType.cs b/Assets/MaterializeFX/Scripts/MfxShaderType.cs
new file mode 100644
index 00000000..20eabb4b
--- /dev/null
+++ b/Assets/MaterializeFX/Scripts/MfxShaderType.cs
@@ -0,0 +1,7 @@
+namespace Assets.MaterializeFX.Scripts
+{
+ internal enum MfxShaderType
+ {
+ UberStandart,
+ }
+} \ No newline at end of file