31323334353637
@Override public Event execute(Match match) { MatchState state = match.getState(); if (state != MatchState.started) throw new IllegalStateException(state.toString()); return new AssignRedCardEvent(this.getPlayerId()); }