MiniGame-PushPush/Assets/Scripts/UI/Lobby/UIPanelPlayerList.cs

9 lines
129 B
C#
Raw Normal View History

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