GC-Proto/proto/SignatureAuditConfigNotify.proto
2023-02-18 09:48:44 +08:00

20 lines
297 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message SignatureAuditConfigNotify {
//enum MKEDLIDAHNF {
// option allow_alias= true;
// NONE = 0;
// PEPPOHPHJOJ = 4034;
// DCDNILFDFLB = 0;
// NNBKOLMPOEA = 1;
//}
bool isOpen = 11;
uint32 submitLimit = 13;
}