GC-Proto/proto/GCGMsgReactionBegin.proto
2023-01-28 22:00:48 +08:00

11 lines
149 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message GCGMsgReactionBegin {
uint32 skillId = 8;
uint32 cardGuid = 3;
}