Class SetCurrentPlayerSchoolBoardIDEvent

java.lang.Object
it.polimi.ingsw.server.event_sourcing.Event
it.polimi.ingsw.server.model.game_logic.events.SetCurrentPlayerSchoolBoardIDEvent
All Implemented Interfaces:
Serializable

public class SetCurrentPlayerSchoolBoardIDEvent extends Event
See Also:
  • Field Details

    • schoolBoardID

      public final int schoolBoardID
  • Constructor Details

    • SetCurrentPlayerSchoolBoardIDEvent

      public SetCurrentPlayerSchoolBoardIDEvent(UUID parentEvent, int schoolBoardID)