Interface IOwnerUpdateMessage

interface IOwnerUpdateMessage {
    event: string;
    successor: string;
    targetId: string;
    updateTime: number;
}

Properties

event: string

Event name, can be customized as needed.

successor: string

Player ID of the one who is the owner.

targetId: string

Specified target ID, can be customized as needed.

updateTime: number

Update timestamp.