Torn API Client
    Preparing search index...

    Type Alias UserBars

    type UserBars = {
        chain: FactionOngoingChain | null;
        energy: UserBar;
        happy: UserBar;
        life: UserBar;
        nerve: UserBar;
    }
    Index

    Properties

    chain: FactionOngoingChain | null
    energy: UserBar
    happy: UserBar
    life: UserBar
    nerve: UserBar