fix: Controller 초기화 로직 적용 및 Main Initialize 로직 추가

This commit is contained in:
aube.lee
2025-02-13 21:55:09 +09:00
parent 42c5804188
commit ec7e10f4b4
3 changed files with 6 additions and 5 deletions

View File

@@ -23,6 +23,7 @@ namespace TON
private void Awake()
{
skillButtonPrefab.gameObject.SetActive(false);
Initalize();
}
public void Initalize()