testss
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace Unity.VisualScripting
|
||||
{
|
||||
/// <summary>
|
||||
/// Called in flow graphs nested in state graphs before the parent state node is exited.
|
||||
/// </summary>
|
||||
[UnitCategory("Events/State")]
|
||||
public class OnExitState : ManualEventUnit<EmptyEventArgs>
|
||||
{
|
||||
protected override string hookName => StateEventHooks.OnExitState;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user