Raw.StarGiftAttributeBackdrop

Raw.StarGiftAttributeBackdrop

starGiftAttributeBackdrop#94271762 name:string center_color:int edge_color:int pattern_color:int text_color:int rarity_permille:int = StarGiftAttribute;
export namespace Raw {
  export class StarGiftAttributeBackdrop {
    constructor(params: {
      name: string;
      centerColor: number;
      edgeColor: number;
      patternColor: number;
      textColor: number;
      rarityPermille: number;
    }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 198
Constructor ID: 0x94271762

Property