8 lines
152 B
C#

namespace Unity.VisualScripting
{
public sealed class UnitAnalysis : GraphElementAnalysis
{
public bool isEntered { get; set; }
}
}