mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-13 13:44:38 +03:00
22 lines
347 B
Protocol Buffer
22 lines
347 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
|
|
|
|
import "MainCoop.proto";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
message StartCoopPointRsp {
|
|
enum FHHNHADMJNM {
|
|
option allow_alias = true;
|
|
NONE = 0;
|
|
PEPPOHPHJOJ = 1992;
|
|
DCDNILFDFLB = 0;
|
|
NNBKOLMPOEA = 1;
|
|
}
|
|
|
|
int32 retcode = 10;
|
|
bool isStart = 5;
|
|
MainCoop startMainCoop = 7;
|
|
uint32 coopPoint = 13;
|
|
}
|