kazagumo
    Preparing search index...

    Interface PlayerMovedChannels

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

    Properties

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