using System.Collections.Generic; public class LobbyTopUI : MonoBehaviourSingletonuScrollViewMgr { List list_moneyid = new List { 101, 201, 301 }; private void OnEnable() { Set(); } public override void Set() { Set_ScrollView(list_moneyid); } }