Exemplo n.º 1
0
 public CursorTargetService(EventService eventService)
 {
     eventService.SubscribeAll <ModuleEvents.OnClientLeave, GameEventFactory, GameEventFactory.RegistrationData>(new GameEventFactory.RegistrationData(NwModule.Instance), OnClientLeave);
 }