Update ResDataBase.cs

This commit is contained in:
ALEXTANG
2022-06-16 11:16:15 +08:00
parent 473ffe7861
commit 76cde603ba

View File

@@ -71,7 +71,7 @@ namespace TEngine
} }
#if UNITY_EDITOR #if UNITY_EDITOR
TLogger.LogInfo("read config {0} used time: {1}", typeof(T).ToString(), tickWatcher.ElapseTime()); TLogger.LogInfoSuccessd("Read Config {0} Used Time: {1}", typeof(T).ToString(), tickWatcher.ElapseTime());
#endif #endif
} }