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):
ced2df1f5d
Rami (Branch)
Tag
main
mergeRPG_proto
/
s_to_proto
/
shared
/
base.ts
base.ts
109 B
Cronologia
Originale
1
2
3
4
5
6
7
8
9
10
11
export interface BaseRequest {
}
export interface BaseResponse {
}
export interface BaseMessage {
}