MiniGame-PushPush/Assets/Scripts/UI/Lobby/UIPanelPlayerList.cs
villaingames 8701cac907 Addressable 로드 비동기 -> 동기식으로 수정, 플레이 루틴 추가
- 결과 화면 임시 추가
- 종료 후 로비 연결 추가
2023-10-18 20:45:27 +09:00

9 lines
129 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class UIPanelPlayerList : UIBase
{
}