Raw.HighScore
Game highscore
highScore#73a379eb pos:int user_id:long score:int = HighScore;
export namespace Raw {
export class HighScore {
constructor(params: { pos: number; userId: bigint; score: number }) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x73a379eb