diff options
Diffstat (limited to 'Assets/AmplifyShaderEditor/Plugins/Editor/Native/IFallbackVars.cs')
-rw-r--r-- | Assets/AmplifyShaderEditor/Plugins/Editor/Native/IFallbackVars.cs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Assets/AmplifyShaderEditor/Plugins/Editor/Native/IFallbackVars.cs b/Assets/AmplifyShaderEditor/Plugins/Editor/Native/IFallbackVars.cs deleted file mode 100644 index 17f7fcf0..00000000 --- a/Assets/AmplifyShaderEditor/Plugins/Editor/Native/IFallbackVars.cs +++ /dev/null @@ -1,10 +0,0 @@ -// Amplify Shader Editor - Visual Shader Editing Tool -// Copyright (c) Amplify Creations, Lda <info@amplify.pt> - -namespace AmplifyShaderEditor -{ - interface IFallbackVars - { - void Revert(); - } -} |