From 69783a7bc64858681fffe600d6570b7b723032f2 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期三, 22 四月 2026 19:09:44 +0800
Subject: [PATCH] 632 游戏启动记录

---
 Main/Core/GameEngine/Launch/CheckAssetValidTask.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Main/Core/GameEngine/Launch/CheckAssetValidTask.cs b/Main/Core/GameEngine/Launch/CheckAssetValidTask.cs
index a9bf147..e4f7517 100644
--- a/Main/Core/GameEngine/Launch/CheckAssetValidTask.cs
+++ b/Main/Core/GameEngine/Launch/CheckAssetValidTask.cs
@@ -52,6 +52,7 @@
         Debug.LogFormat("{0}鎵ц鏃堕暱锛歿1}锛�", this.GetType().Name, timer);
 
         GameNotice.OpenGameNotice();
+        OperationLogCollect.Instance.RecordLauchEvent(13);
     }
 
     public override void Update()

--
Gitblit v1.8.0