This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
zhanghuan
/
DoomsdayRescue
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
281c2fda0d
Branches
Tags
master
DoomsdayRescue
/
assets
/
script
/
framework
/
platform
/
RDAdsEntity.ts
RDAdsEntity.ts
86 B
Historique
Raw
1
2
3
4
5
6
7
export interface RDAdsEntity {
success: () => void;
fail: () => void;
}