Init
This commit is contained in:
11
Assets/ThirdParty/UniFramework/UniMachine/Runtime/IStateNode.cs
vendored
Normal file
11
Assets/ThirdParty/UniFramework/UniMachine/Runtime/IStateNode.cs
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
namespace UniFramework.Machine
|
||||
{
|
||||
public interface IStateNode
|
||||
{
|
||||
void OnCreate(StateMachine machine);
|
||||
void OnEnter();
|
||||
void OnUpdate();
|
||||
void OnExit();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user