WaitingEvent constructor

WaitingEvent({
  1. required double currentTime,
})

Implementation

WaitingEvent({required this.currentTime}) : super(type: PlayerEventTypes.WAITING);