Files
KopMap/Assets/AmplifyShaderEditor/Plugins/Editor/Native/IFallbackVars.cs

11 lines
210 B
C#
Raw Normal View History

2025-04-03 02:30:16 +08:00
// Amplify Shader Editor - Visual Shader Editing Tool
// Copyright (c) Amplify Creations, Lda <info@amplify.pt>
namespace AmplifyShaderEditor
{
interface IFallbackVars
{
void Revert();
}
}