Skip to content

@lands.io/mod-sdk / ModBoostBarV1

Interface: ModBoostBarV1

Table of contents

Properties

Properties

boosts

boosts: ModBoostBarV1Item[]


showForPlayerId

Optional showForPlayerId: string


Source Code

View full implementation
export interface ModBoostBarV1 {
  boosts: ModBoostBarV1Item[];
  showForPlayerId?: PlayerID;
}