This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
chenwb
/
mergeRPG_client
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
3b935c7a8b
Rami (Branch)
Tag
main
mergeRPG_cli...
/
assets
/
script
/
shared
/
user
/
client
/
MsgSetName.ts
MsgSetName.ts
65 B
Cronologia
Originale
1
2
3
4
// 修改名字
export interface MsgSetName {
name:string;
}