Room List Change Message
This structure represents the messages sent to clients when the room list changes.
Members:
public readonly RoomInfo RoomInfo:A
RoomInfoobject representing information about the room.
public readonly RoomMessageState State:A RoomMessageState value representing the state of the room message.
Methods:
public RoomListChangeMessage(RoomInfo roomInfo, RoomMessageState state)Initializes the structure and takes the necessary information.
Last updated