fix: player ID

This commit is contained in:
cha0s 2024-11-10 05:26:21 -06:00
parent 3fffb49e24
commit 21f8864b1b

View File

@ -48,4 +48,7 @@ export default class Player extends Component {
}
};
}
static properties = {
id: {type: 'string'},
};
}