Spaces:
Sleeping
Sleeping
add string to player desc
Browse files
patches/convex/aiTown/playerDescription.ts
CHANGED
@@ -14,6 +14,7 @@ export class PlayerDescription {
|
|
14 |
name: string;
|
15 |
description: string;
|
16 |
character: string;
|
|
|
17 |
|
18 |
constructor(serialized: SerializedPlayerDescription) {
|
19 |
const { playerId, name, description, character } = serialized;
|
|
|
14 |
name: string;
|
15 |
description: string;
|
16 |
character: string;
|
17 |
+
role:string;
|
18 |
|
19 |
constructor(serialized: SerializedPlayerDescription) {
|
20 |
const { playerId, name, description, character } = serialized;
|