using System.Collections; using System.Collections.Generic; using UnityEngine; public class UserInfoItemViewModel { public UserData UserInfo { get; set; } public bool IsSelected { get; set; } public int Index { get; set; } public long ChannelId { get; set; } }