PixelPlaceJS-new - v3.4.3
    Preparing search index...

    Type Alias AreaFightBonusPlayerPacket

    Represents an area fight bonus item notification.

    type AreaFightBonusPlayerPacket = {
        item: number;
        username: string;
    }
    Index

    Properties

    Properties

    item: number

    The item received.

    username: string

    The username of the recipient.