Raw.StarGiftAttributeModel
starGiftAttributeModel#39d99013 name:string document:Document rarity_permille:int = StarGiftAttribute;
export namespace Raw {
export class StarGiftAttributeModel {
constructor(params: { name: string; document: Raw.TypeDocument; rarityPermille: number }) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 198
Constructor ID: 0x39d99013
Property
name
: stringdocument
: Raw.TypeDocumentrarityPermille
: number