using System.Collections; using System.Collections.Generic; using UnityEngine; public class PeerList : BaseList { void Start() { } void Update() { } public override void InitList(List c) { base.InitList(c); } }