mirror of
http://47.107.252.169:3000/Roguelite-Game-Developing-Team/Gen_Hack-and-Slash-Roguelite.git
synced 2025-11-20 13:57:12 +08:00
(client) feat:健康给予,路径优化,结算界面,商店界面 (#60)
Co-authored-by: m0_75251201 <m0_75251201@noreply.gitcode.com> Reviewed-on: http://47.107.252.169:3000/Roguelite-Game-Developing-Team/Gen_Hack-and-Slash-Roguelite/pulls/60
This commit is contained in:
@@ -1,15 +1,20 @@
|
||||
using System.Threading.Tasks;
|
||||
using Managers;
|
||||
|
||||
namespace Logging
|
||||
{
|
||||
public class LoggerManagerWrapper : ILaunchManager
|
||||
{
|
||||
public bool Completed { get; set; }
|
||||
public string StepDescription => "初始化日志";
|
||||
public void Init()
|
||||
|
||||
public async Task Init()
|
||||
{
|
||||
Logging.UnityLogger.Instance.Init();
|
||||
UnityLogger.Instance.Init();
|
||||
// LogCapturer.Init();
|
||||
Completed = true;
|
||||
}
|
||||
|
||||
public void Clear()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user