using System;
using System.Collections.Generic;

namespace KYFramework
{
    public class ConfigComponent : Component
    {
        public Dictionary<Type, ACategory> allConfig = new Dictionary<Type, ACategory>();
    }
}