namespace KYFramework.Network
{
    public class MessageHandlerAttribute : BaseAttribute
    {
        //public string File { get; }

        public MessageHandlerAttribute()
        {
        }

        // public MessageHandlerAttribute(string appType)
        // {
        //     this.File = appType;
        // }
    }
}