작업 시간 분석 기능 수정

This commit is contained in:
정영민
2025-04-17 09:31:53 +09:00
parent 2dddf8106a
commit 2a717b72a9
17 changed files with 43006 additions and 84565 deletions

View File

@@ -28,7 +28,7 @@ namespace WI
#if UNITY_EDITOR
filePath = "./Option.ini";
#else
filePath = "../ChunilENG_Build/Option.ini";
filePath = "./Option.ini";
#endif
var allBehaviours = Core.singleTable.Values;