namespace ETModel { public class CrossEventAttribute : AEventAttribute { public CrossEventAttribute(string type) : base(type) { } } }