Files
2025-04-26 21:54:32 +01:00

8 lines
102 B
C#

namespace UnityEditor.Graphing
{
interface IOnAssetEnabled
{
void OnEnable();
}
}