using System; using System.Collections.Generic; namespace ET { public class ItemComponent: Entity { public static ItemComponent Instance{ get; set; } } }