This commit is contained in:
2023-09-15 11:13:41 +08:00
parent b65105567d
commit a0c82c96ef
3 changed files with 253 additions and 221 deletions

3
room/PtlSendAns.ts Normal file
View File

@@ -0,0 +1,3 @@
export interface ReqSendAns { answer: number }
export type ResSendAns = boolean