🆕 Card Background

This commit is contained in:
duckietm
2026-05-04 08:44:40 +02:00
parent 43dc054fed
commit 2f7b80e894
11 changed files with 65 additions and 10 deletions
@@ -2,6 +2,10 @@ export interface IRoomUserData
{
readonly roomIndex: number;
activityPoints: number;
background: number;
stand: number;
overlay: number;
cardBackground: number;
name: string;
type: number;
sex: string;