using UnityEngine;
public class LobbyCenterProfileUI : uScrollViewMgr
{
// 카드는 3개만 있으면 됨
// 움직이는 연출 후 UI 갱신하면 될 듯
public ProfileCard[] arr_profileCard;
public void Set()
}