2024-12-15 01:39:39 +00:00
|
|
|
public class PCInfoUI : PCUIMenu
|
|
|
|
|
{
|
|
|
|
|
public PCInfoUI_Left m_PCInfoUI_Left;
|
|
|
|
|
public PCInfoUI_Center m_PCInfoUI_Center;
|
|
|
|
|
public PCInfoUI_List m_PCInfoUI_List;
|
|
|
|
|
|
|
|
|
|
public override void Set()
|
|
|
|
|
{
|
|
|
|
|
base.Set();
|
|
|
|
|
NewGameUI.Ins.m_PCUI.Set_Money(1, 2);
|
|
|
|
|
m_PCInfoUI_Left.Set();
|
2024-12-30 04:08:50 +00:00
|
|
|
m_PCInfoUI_Center.Set(ServerInfo.Ins.m_ServerData.Get_EqiupmentEquip(eItem.PCCostume));
|
2024-12-15 01:39:39 +00:00
|
|
|
m_PCInfoUI_List.Set(0);
|
|
|
|
|
}
|
|
|
|
|
}
|