GC-Proto/proto/DoGachaRsp.proto

31 lines
712 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
2023-01-28 18:50:00 +03:00
option java_package = "emu.grasscutter.net.proto";
2022-11-06 15:30:21 +03:00
2023-01-28 17:00:48 +03:00
import "GachaItem.proto";
2023-04-11 06:14:48 +03:00
// CmdId: 1576
// Name: BIMBGHFINGO
2022-11-06 15:30:21 +03:00
message DoGachaRsp {
2023-04-11 06:14:48 +03:00
bool HFEKPDOKLDK = 823;
uint32 AOLMBNPLFEO = 7;
uint32 KDFPKENAIOJ = 5;
bool PKOIBFIOLAO = 651;
uint32 DKCIEKFPMCG = 8;
repeated GachaItem gacha_item_list = 4;
int32 retcode = 10;
uint32 EJKJHLLCHMC = 9;
uint32 JICLMBKMGCG = 1;
uint32 PELOHDIKFAM = 845;
uint32 FBIDPNFLBJL = 14;
uint32 EAGFIDHCDPD = 3;
uint32 BIPHOPJBNHC = 15;
uint32 KJPOJHMDBNE = 2;
uint32 KKDFKKEMEBA = 12;
uint32 PKPENDLDPKI = 965;
uint32 FIHHLGMNIDM = 11;
uint32 OKKJEHDBIHK = 6;
uint32 FBILBJNNIKE = 13;
2022-11-06 15:30:21 +03:00
}
2023-02-28 04:12:44 +03:00