using Common.Event; namespace Model { /// /// 搭配EventComponent用来分发消息 /// public class MessageAttribute: AEventAttribute { public MessageAttribute(int type): base(type) { } } }