using System; using System.Collections.Generic; namespace KYFramework { public class ConfigComponent : Component { public Dictionary allConfig = new Dictionary(); } }