mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-04-06 17:16:08 +03:00
15 lines
266 B
Protocol Buffer
15 lines
266 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
// CmdId: 7748
|
|
// Version: 4.6.0
|
|
// Obfs: ???
|
|
message DoGachaReq {
|
|
string gachaTag = 1;
|
|
uint32 gachaScheduleId = 7;
|
|
uint32 gachaTimes = 8;
|
|
uint32 gachaRandom = 10;
|
|
uint32 gachaType = 13;
|
|
}
|