GC-Proto/proto/DoGachaReq.proto
Akbar Yahya ab1890b629 * Fix gacha
* Fix ChangeEnergyReason wrong id
* Fix InvestigationMonster wrong id
thx hiro
2023-03-09 16:46:28 +08:00

15 lines
362 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: KBMLDGNEKHA
// CmdId: 1554
message DoGachaReq {
uint32 gachaRandom = 3; //PKCLGOCJPLN ++ CORRECT
uint32 gachaType = 6; //DGIFMDIADJF ++ CORRECT
uint32 gachaScheduleId = 12; //NMKGGDOKHLF
uint32 gachaTimes = 5; //HKJAAPBGNEI ++ CORRECT
string gacha_tag = 14;
}