11 lines
144 B
C#
11 lines
144 B
C#
namespace Unity.VisualScripting
|
|
{
|
|
public enum StateExitReason
|
|
{
|
|
Stop,
|
|
Branch,
|
|
AnyBranch,
|
|
Forced
|
|
}
|
|
}
|