11 lines
No EOL
261 B
C#
11 lines
No EOL
261 B
C#
using WingsEmu.Game.GameEvent;
|
|
|
|
namespace WingsEmu.Plugins.GameEvents.Event.Global
|
|
{
|
|
public class GameEventUnlockRegistrationEvent : GameEvent
|
|
{
|
|
public GameEventUnlockRegistrationEvent(GameEventType type) : base(type)
|
|
{
|
|
}
|
|
}
|
|
} |