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