GC-Proto/proto/DoGachaRsp.proto

31 lines
960 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-15 18:14:00 +03:00
// CmdId: 1576
// Name: BIMBGHFINGO
2022-11-06 15:30:21 +03:00
message DoGachaRsp {
2023-04-15 18:14:00 +03:00
bool HFEKPDOKLDK = 823; // HFEKPDOKLDK
uint32 gachaType = 7;
uint32 dailyGachaTimes = 5; // KDFPKENAIOJ
bool PKOIBFIOLAO = 651; // PKOIBFIOLAO
uint32 newGachaRandom = 8; // DKCIEKFPMCG
repeated GachaItem gacha_item_list = 4;
int32 retcode = 10;
uint32 gachaTimes = 9;
uint32 costItemId = 1; // JICLMBKMGCG
uint32 wishMaxProgress = 845; // PELOHDIKFAM
uint32 tenCostItemId = 14; // FBIDPNFLBJL
uint32 tenCostItemNum = 3; // EAGFIDHCDPD
uint32 wishProgress = 15; // BIPHOPJBNHC
uint32 gachaScheduleId = 2;
uint32 wishItemId = 12; // KKDFKKEMEBA
uint32 curScheduleDailyGachaTimes = 965; // PKPENDLDPKI
uint32 leftGachaTimes = 11; // FIHHLGMNIDM
uint32 costItemNum = 6; // OKKJEHDBIHK
uint32 gachaTimesLimit = 13; // FBILBJNNIKE
2022-11-06 15:30:21 +03:00
}
2023-02-28 06:08:38 +03:00