mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
Update Fsm.cs
This commit is contained in:
@@ -220,10 +220,8 @@ namespace TEngine
|
|||||||
|
|
||||||
Name = null;
|
Name = null;
|
||||||
m_Owner = null;
|
m_Owner = null;
|
||||||
m_States.Clear();
|
m_States?.Clear();
|
||||||
|
m_Datas?.Clear();
|
||||||
m_Datas.Clear();
|
|
||||||
|
|
||||||
m_CurrentState = null;
|
m_CurrentState = null;
|
||||||
m_CurrentStateTime = 0f;
|
m_CurrentStateTime = 0f;
|
||||||
m_IsDestroyed = true;
|
m_IsDestroyed = true;
|
||||||
|
Reference in New Issue
Block a user