using System; namespace Axibug.Editor { /// /// 配置路径属性。 /// public abstract class ConfigPathAttribute : Attribute { } }