using System.Collections.Generic; namespace ET { public class ActiveComponent:Entity { public static ActiveComponent instance; } }