using System.Collections.Generic; namespace ET { public class UnitComponent: Entity { public Dictionary idUnits = new Dictionary(); public long MyId; } }