GC-Proto/proto/DoGachaRsp.proto

31 lines
714 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";
// Name: LEFDKOLFJKL (3.4)
2023-02-28 06:08:38 +03:00
// CmdId: 1564
2022-11-06 15:30:21 +03:00
message DoGachaRsp {
uint32 leftGachaTimes = 7;
uint32 newGachaRandom = 9;
uint32 gachaType = 13;
uint32 gachaTimesLimit = 4;
uint32 costItemNum = 8;
repeated GachaItem gachaItemList = 3;
uint32 wishProgress = 12;
uint32 dailyGachaTimes = 112;
uint32 tenCostItemId = 5;
uint32 wishItemId = 10;
uint32 curScheduleDailyGachaTimes = 475;
uint32 tenCostItemNum = 11;
int32 retcode = 14;
uint32 gachaTimes = 15;
bool Unk3300_HBILIAEIHNK = 1849;
bool Unk3300_OHFMHIHJHPJ = 397;
uint32 gachaScheduleId = 2;
uint32 wishMaxProgress = 1;
uint32 costItemId = 6;
2022-11-06 15:30:21 +03:00
}
2023-02-28 06:08:38 +03:00