[add] Lobby

This commit is contained in:
2023-11-24 11:15:26 +08:00
parent bd457c7f10
commit 987aa1cb5e
27 changed files with 1985 additions and 27 deletions

5
src/define/PlayerData.ts Normal file
View File

@@ -0,0 +1,5 @@
interface PlayerData {
token: string;
}
export { type PlayerData };