GC-Proto/proto/DoGachaRsp.proto

31 lines
968 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-03-07 05:02:26 +03:00
// Name: LEFDKOLFJKL
2023-02-28 06:08:38 +03:00
// CmdId: 1564
2022-11-06 15:30:21 +03:00
message DoGachaRsp {
2023-03-07 05:02:26 +03:00
uint32 gachaType = 4; // DNGKJJJHNEN
uint32 dailyGachaTimes = 1898; //OPHLINLNOEA
uint32 leftGachaTimes = 13; // HKJAAPBGNEI
uint32 gachaTimesLimit = 2; //NMKGGDOKHLF
bool HNAFDALMKFN = 312;
uint32 wishProgress = 1; // BCKMNIBIPHO
uint32 tenCostItemId = 11; // KJHBJPGBOFP
uint32 tenCostItemNum = 9; //DGIFMDIADJF
uint32 gachaScheduleId = 15; //LMLCPMOOKKA
repeated GachaItem gacha_item_list = 10;
uint32 wishItemId = 7; //LJJKNKCHHFM
uint32 newGachaRandom = 5; //EAMKGBGKNMO
uint32 gachaTimes = 12; //AINLBCOKANA
uint32 curScheduleDailyGachaTimes = 1918; //NOKMFFEIDNH
int32 retcode = 14;
uint32 costItemNum = 3; //MGFKNHHNMAE
bool HCCENOGKOOG = 1938;
uint32 costItemId = 6; //GNIDAANOBDP
uint32 wishMaxProgress = 8; //FLDFHFNHNFC
2022-11-06 15:30:21 +03:00
}
2023-02-28 06:08:38 +03:00