Lobby Scene의 스테이지 입장 버튼 추가
This commit is contained in:
14
Gameton-06/Assets/Gameton/Scripts/UI/LobbyUI.cs
Normal file
14
Gameton-06/Assets/Gameton/Scripts/UI/LobbyUI.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
namespace TON
|
||||
{
|
||||
public class LobbyUI : UIBase
|
||||
{
|
||||
public void OnClickStageEntryButton()
|
||||
{
|
||||
Debug.Log("StageEntry");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user