using System.Collections.Generic; namespace ET { public class IosServerComponent : Entity, IAwake, IDestroy { public Dictionary<string, string> Header = new Dictionary<string, string>(); } }