using WingsEmu.Game.GameEvent; namespace WingsEmu.Plugins.GameEvents.Event.Global { public class GameEventUnlockRegistrationEvent : GameEvent { public GameEventUnlockRegistrationEvent(GameEventType type) : base(type) { } } }