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