1namespace Unity.VisualScripting 2{ 3 public sealed class UnitAnalysis : GraphElementAnalysis 4 { 5 public bool isEntered { get; set; } 6 } 7}