mirror of
https://github.com/Bragin-Stepan/project-entity.git
synced 2026-03-02 22:31:10 +00:00
feat: add state machine
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Assets._Project.Develop.Runtime.Utilities.StateMachineCore
|
||||
{
|
||||
public interface IUpdatableState : IState
|
||||
{
|
||||
void Update(float deltaTime);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user