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

    Type Alias AreaFightBonusChestPacket

    Represents an area fight bonus chest notification.

    type AreaFightBonusChestPacket = {
        amount: number;
        username: string;
    }
    Index

    Properties

    Properties

    amount: number

    The amount of treasure chests received.

    username: string

    The username of the recipient.