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

    Type Alias CoinIslandOwnerPacket

    Represents the owner of a coin island.

    type CoinIslandOwnerPacket = {
        from: string;
        island: number;
    }
    Index

    Properties

    Properties

    from: string

    The username of the owner.

    island: number

    The island number.