Shegotwet/Assets/Scripts/UI/LobbyCenterProfileUI.cs

12 lines
204 B
C#
Raw Normal View History

2025-09-19 04:31:12 +00:00
using UnityEngine;
public class LobbyCenterProfileUI : uScrollViewMgr
{
// 카드는 3개만 있으면 됨
// 움직이는 연출 후 UI 갱신하면 될 듯
public void Set()
{
}
}