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

    Type Alias CoinIslandOwnerChangePacket

    Represents a change in the owner of a coin island.

    type CoinIslandOwnerChangePacket = {
        amount: number;
        from: string;
        island: number;
    }
    Index

    Properties

    Properties

    amount: number

    The amount of coins.

    from: string

    The username of the previous owner.

    island: number

    The island number.