(client) feat:添加临时动画组件,添加逃跑逻辑
This commit is contained in:
17
Client/Assets/Scripts/Logging/LoggerManagerWrapper.cs
Normal file
17
Client/Assets/Scripts/Logging/LoggerManagerWrapper.cs
Normal file
@ -0,0 +1,17 @@
|
||||
using Managers;
|
||||
|
||||
namespace Logging
|
||||
{
|
||||
public class LoggerManagerWrapper : ILaunchManager
|
||||
{
|
||||
public string StepDescription => "初始化日志";
|
||||
public void Init()
|
||||
{
|
||||
Logging.UnityLogger.Instance.Init();
|
||||
// LogCapturer.Init();
|
||||
}
|
||||
public void Clear()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 0970589e164e4a698d7040126597dedf
|
||||
timeCreated: 1756908370
|
Reference in New Issue
Block a user