This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
YLSJ
/
server
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
4d3fb402ce
Ramos
Etiquetas
TTT
dev
hw
master
mi
t2
yyb
server
/
CSserver
/
PBReferens
/
pb
/
ErrCode.proto
ErrCode.proto
125 B
Histórico
Em bruto
1
2
3
4
5
6
7
8
syntax = "proto3";
// package BossServer; //暂时没有定 命名空间
enum ErrCode {
ok = 0;
OpNotAllowed = 1;
}