using System;
namespace ET
{
[AttributeUsage(AttributeTargets.Class)]
public class ConfigAttribute: BaseAttribute
public ConfigAttribute()
}