interface PlayerMovedChannels {
    newChannelId?: null | string;
    oldChannelId?: null | string;
}

Properties

newChannelId?: null | string
oldChannelId?: null | string

Generated using TypeDoc