GC-Proto/proto/DoGachaReq.proto

16 lines
274 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
2022-11-06 15:30:21 +03:00
option java_package = "emu.grasscutter.net.proto";
2023-02-28 06:08:38 +03:00
// Name: KBMLDGNEKHA
// CmdId: 1554
2022-11-06 15:30:21 +03:00
message DoGachaReq {
uint32 gachaScheduleId = 3;
uint32 gachaTimes = 6;
uint32 gachaRandom = 12;
uint32 gachaType = 5;
2023-02-28 06:08:38 +03:00
string gacha_tag = 14;
2022-11-06 15:30:21 +03:00
}
2023-02-28 06:08:38 +03:00