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

    Type Alias AreaFightStartPacket

    Represents an area fight start notification.

    type AreaFightStartPacket = {
        fightEndAt: EpochTimeStamp;
        fightType: FightType;
        id: FightLocation;
        nextFightAt: EpochTimeStamp;
    }
    Index

    Properties

    fightEndAt: EpochTimeStamp

    The timestamp when the fight ends.

    fightType: FightType

    The type of fight.

    Location id.

    nextFightAt: EpochTimeStamp

    The timestamp of the next fight.