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