Grasscutter/proto/DoGachaReq.proto

16 lines
308 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 1541
// EnetChannelId: 0
// EnetIsReliable: true
// IsAllowClient: true
message DoGachaReq {
uint32 gacha_type = 10;
uint32 gacha_times = 15;
uint32 gacha_random = 5;
uint32 gacha_schedule_id = 6;
string gacha_tag = 4;
}