Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
fix: score
Browse files Browse the repository at this point in the history
  • Loading branch information
Pixselve committed Jan 24, 2024
1 parent bad36b0 commit ed8ca45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/server/src/lib/Player.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export class Player {
name: this.name,
color: this.color,
body: this.body,
score: this.score,
};
}

Expand Down
1 change: 1 addition & 0 deletions packages/shared/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export type PlayerDTO = {
id: string;
name: string;
color: string;
score: number;
};

/**
Expand Down

0 comments on commit ed8ca45

Please sign in to comment.