GC-Proto/proto/DoGachaRsp.proto

29 lines
775 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";
// 3.6 HELP
2022-11-06 15:30:21 +03:00
message DoGachaRsp {
2023-04-16 18:36:43 +03:00
bool Unk3300_HFEKPDOKLDK = 823;
uint32 gacha_type = 7;
uint32 wishProgress = 5;
bool Unk3300_PKOIBFIOLAO = 651;
uint32 tenCostItemNum = 8;
2023-04-15 18:14:00 +03:00
repeated GachaItem gacha_item_list = 4;
int32 retcode = 10;
2023-04-16 18:36:43 +03:00
uint32 gacha_times = 9;
uint32 gachaTimesLimit = 1;
uint32 curScheduleDailyGachaTimes = 845;
uint32 costItemId = 14;
uint32 leftGachaTimes = 3;
uint32 tenCostItemId = 15;
uint32 gacha_schedule_id = 2;
uint32 wishItemId = 12;
uint32 newGachaRandom = 965; //PKPENDLDPKI
uint32 daily_gacha_times = 11; //FIHHLGMNIDM
uint32 costItemNum = 6;
uint32 wishMaxProgress = 13;
2022-11-06 15:30:21 +03:00
}