Room List Change Message

This structure represents the messages sent to clients when the room list changes.

Members:

  • public readonly RoomInfo RoomInfo:

    • A RoomInfo object representing information about the room.

  • public readonly RoomMessageState State:

    • A RoomMessageState value representing the state of the room message.

Methods:

  1. public RoomListChangeMessage(RoomInfo roomInfo, RoomMessageState state)
    • Initializes the structure and takes the necessary information.

Last updated