interface PlayerData {
    incoming: number;
    outgoing: GarbageRecord[];
}

Properties

Properties

incoming: number
outgoing: GarbageRecord[]