GC-Proto/proto/UnfreezeGroupLimitNotify.proto

10 lines
194 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Version: 5.0
// CmdId: 2540
message UnfreezeGroupLimitNotify {
uint32 scene_id = 5;
uint32 point_id = 12;
}