This website requires JavaScript.
Explore
Help
Register
Sign In
mushroom
/
squidGame
Watch
1
Star
0
Fork
You've already forked squidGame
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
31cbb3f511
squidGame
/
tgx-games-config
/
interface
/
IPlayerNameCfg.ts
15 lines
163 B
TypeScript
Raw
Normal View
History
Unescape
Escape
多语言,创建账号流程
2025-02-17 21:36:37 +08:00
export
interface
IPlayerNameCfg
{
/
*
*
*
序
号
*
/
id
:
number
,
/
*
*
*
人
名
1
*
/
name1
:
string
,
/
*
*
*
人
名
2
*
/
name2
:
string
,
首次提交
2025-02-07 10:49:34 +08:00
}