using Common.Event; namespace Model { public class WorldEventAttribute: AEventAttribute { public WorldEventAttribute(int type): base(type) { } } }