미사용 클래스 삭제 및 컴파일러 경고 수정
This commit is contained in:
@@ -30,7 +30,7 @@ namespace Studio.UI
|
||||
public Action<ELogic> onClickCreateUI;
|
||||
|
||||
|
||||
public override async void AfterAwake()
|
||||
public override void AfterAwake()
|
||||
{
|
||||
Button_AppSetting.onClick.AddListener(OnClickAppSetting);
|
||||
Button_Authentication.onClick.AddListener(OnClickAuthentication);
|
||||
|
||||
@@ -23,15 +23,10 @@ namespace Studio.UI
|
||||
public Button Button_DataStorage;
|
||||
public Button Button_DataUpdateSetting;
|
||||
|
||||
public event Action onClickDataStorage;
|
||||
public event Action onClickDataUpdateSetting;
|
||||
|
||||
/*Build*/
|
||||
public Button Button_Build;
|
||||
public Button Button_Run;
|
||||
|
||||
public event Action onClickBuild;
|
||||
public event Action onClickRun;
|
||||
|
||||
public override void AfterAwake()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user