Interface PartyJoinChat

interface PartyJoinChat {
    time: number;
    type: PartyJoin;
    username: string;
}

Hierarchy (view full)

Properties

Properties

time: number
type: PartyJoin
username: string