코드 정리 및 DataValidator 추가, HttpPipeLine 쓰레드에서 실행되도록 수정

This commit is contained in:
logonkhi
2025-06-24 19:29:37 +09:00
parent 3acff06eca
commit b3bf7e6eff
50 changed files with 1544 additions and 3064 deletions

View File

@@ -2,7 +2,7 @@
using TMPro;
using UnityEngine;
using UVC.Locale;
using UVC.util; // LocalizationManager를 사용한다면 필요합니다.
using UVC.Util; // LocalizationManager를 사용한다면 필요합니다.
namespace UVC.UI.Tooltip
{