fix: Controller 초기화 로직 적용 및 Main Initialize 로직 추가
This commit is contained in:
@@ -23,6 +23,7 @@ namespace TON
|
||||
private void Awake()
|
||||
{
|
||||
skillButtonPrefab.gameObject.SetActive(false);
|
||||
Initalize();
|
||||
}
|
||||
|
||||
public void Initalize()
|
||||
|
||||
Reference in New Issue
Block a user