mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-12 08:49:26 +03:00
21 lines
340 B
Protocol Buffer
21 lines
340 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
|
|
import "PlayerOfferingData.proto";
|
|
|
|
message OfferingInteractRsp {
|
|
//enum DJGBDIKDLBP {
|
|
// option allow_alias= true;
|
|
// NONE = 0;
|
|
// PEPPOHPHJOJ = 2922;
|
|
// DCDNILFDFLB = 0;
|
|
// NNBKOLMPOEA = 1;
|
|
//}
|
|
|
|
int32 retcode = 10;
|
|
PlayerOfferingData offeringData = 14;
|
|
}
|