using System.Collections.Generic; namespace Unity.VisualScripting { public interface IAotStubbable { IEnumerable GetAotStubs(HashSet visited); } }