This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
fish
/
tower_client
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
f6c13e9259
Ramuri
Etichete
dev
master
tower_client
/
assets
/
script
/
game
/
manager
/
MailManager.ts
MailManager.ts
115 B
Istoric
Crud
1
2
3
4
5
6
7
8
export class MailManager {
//邮件功能是否开放
static isOpenMail(){
return false;
}
}