StateDescription.cs 115 B

123456
  1. namespace Unity.VisualScripting
  2. {
  3. public sealed class StateDescription : GraphElementDescription
  4. {
  5. }
  6. }