using System.Collections.Generic; namespace ET { public class TeamHandleComponent:Entity { public List inviteList = new List(); } }