Files
Cielonos/Assets/AmplifyShaderEditor/Plugins/Editor/Native/IFallbackVars.cs
SoulliesOfficial ef7b479712 initial
2025-11-25 08:19:33 -05: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();
}
}