优化日志
This commit is contained in:
@@ -21,7 +21,7 @@ namespace Stary.Evo.FiniteStateMachine
|
||||
{
|
||||
if (_fsmControllers.ContainsKey(typeof(T).Name))
|
||||
{
|
||||
Debug.LogError($"FSM控制器已存在!!!_key:{typeof(T).Name}");
|
||||
Debug.LogError($"UnityEvo:FSM控制器已存在!!!_key:{typeof(T).Name}");
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -46,7 +46,7 @@ namespace Stary.Evo.FiniteStateMachine
|
||||
}
|
||||
else
|
||||
{
|
||||
Debug.LogError("该Id的FSMController不存在或已被销毁!!!");
|
||||
Debug.LogError("UnityEvo:该Id的FSMController不存在或已被销毁!!!");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user