mirror of
https://github.com/Bragin-Stepan/project-entity.git
synced 2026-04-19 21:19:41 +00:00
fix: attack trigger entered
This commit is contained in:
@@ -73,6 +73,8 @@ namespace Assets._Project.Develop.Runtime.Utilities.StateMachineCore
|
||||
|
||||
if (_currentState == null)
|
||||
SwitchState(_states[0]);
|
||||
else
|
||||
_currentState.State.Enter();
|
||||
|
||||
_isRunning = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user