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