using System.Collections.Generic; namespace ET.Server { [ComponentOf(typeof(Scene))] public class MatchComponent: Entity, IAwake { public List waitMatchPlayers = new List(); } }