Files
Continentis/Assets/OtherPlugins/AmplifyShaderEditor/Plugins/Editor/Native/IFallbackVars.cs
SoulliesOfficial 9b1b5ca93f initial
2025-10-03 00:02:43 -04:00

11 lines
210 B
C#

// Amplify Shader Editor - Visual Shader Editing Tool
// Copyright (c) Amplify Creations, Lda <info@amplify.pt>
namespace AmplifyShaderEditor
{
interface IFallbackVars
{
void Revert();
}
}