export interface RDLeaderboardEntity { name: string; avatarUrl: string; score: number; rank: number; x: number; y: number; }