API 버튼 업데이트
This commit is contained in:
@@ -44,7 +44,7 @@ namespace Studio
|
||||
|
||||
public Dictionary<string, StudioEntityWithState<object>> baseData = new();
|
||||
|
||||
public event Action<string, StudioEntityWithState<object>> onDataLoaded;
|
||||
public event Action<string, StudioEntityWithState<object>> onAPIDataLoaded;
|
||||
|
||||
//private string
|
||||
private StudioService(StudioRepoistory repository)
|
||||
@@ -158,7 +158,7 @@ namespace Studio
|
||||
Debug.Log($"APIState : Error , Message :{data.Message}");
|
||||
}
|
||||
|
||||
onDataLoaded?.Invoke(url, data);
|
||||
onAPIDataLoaded?.Invoke(url, data);
|
||||
}
|
||||
|
||||
private void CheckAPIBoarder(string data, int reqSize, string url, long time)
|
||||
|
||||
Reference in New Issue
Block a user