2022-09-09 18:03:47 +08:00

4 lines
66 B
TypeScript

interface PlayerInfo {
playername: string
userID: number
}