This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
chenwb
/
mergeRPG_proto
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
b53073d784
Rami (Branch)
Tag
main
mergeRPG_proto
/
s_to_proto
/
shared
/
common
/
MsgItemsRwd.ts
MsgItemsRwd.ts
87 B
Cronologia
Originale
1
2
3
4
5
6
7
8
9
/**
* 道具获得弹窗
*/
export interface MsgItemsRwd {
items:number[][]
}