Please enable JavaScript in your browser!
Accueil
Explorer
Aide
S'inscrire
Connexion
box
/
box-client
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
799a4fdb07
Branches
Tags
master
box-client
/
assets
/
script
/
core
/
model
/
pay
/
PayMgr.js
PayMgr.js
149 B
Historique
Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
/**
* 支付数据管理
*/
let PayMgr = {
init () {
if (CC_EDITOR) {
return;
}
},
}
module.exports = PayMgr;