GC-Proto/proto/GCGMsgSelectOnStageByEffect.proto
2023-04-11 11:14:48 +08:00

13 lines
216 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: EHGIKMKOHPO
message GCGMsgSelectOnStageByEffect {
uint32 skill_id = 5;
uint32 card_guid = 2;
uint32 controller_id = 4;
}