9 lines
324 B
C#
9 lines
324 B
C#
public class CollectionEquipmentUI_Scroll : uScrollViewMgr
|
|
{
|
|
public override void Set(int index)
|
|
{
|
|
Set_ScrollView(table_collectionlist.Ins.Get_DataList(eTargetCondition.TakeEquip, index + 1));
|
|
}
|
|
|
|
public CollectionEquipmentCard Get_FirstCard() { return list_CardBase[0] as CollectionEquipmentCard; }
|
|
} |