Shared同步脚本
This commit is contained in:
7
client/assets/scripts/Shared/protocols/MsgChat.ts
Normal file
7
client/assets/scripts/Shared/protocols/MsgChat.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
// This is a demo code file
|
||||
// Feel free to delete it
|
||||
|
||||
export interface MsgChat {
|
||||
content: string,
|
||||
time: Date
|
||||
}
|
||||
Reference in New Issue
Block a user