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

    Type Alias CoinsGiftNotificationPacket

    Represents a notification for coins gift.

    type CoinsGiftNotificationPacket = {
        amount: number;
        from: string;
        to: string;
    }
    Index

    Properties

    Properties

    amount: number

    The amount of coins.

    from: string

    The sender's username.

    to: string

    The recipient's username.