GC-Proto/proto/UnfreezeGroupLimitNotify.proto

11 lines
207 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
2024-06-02 08:33:33 +03:00
option java_package = "emu.grasscutter.net.proto";
2024-06-02 08:33:33 +03:00
// CmdId: 1186
// Version: 4.6.0
// Obfs: FCHAMHONLJE
message UnfreezeGroupLimitNotify {
2024-06-02 08:33:33 +03:00
uint32 point_id = 5;
uint32 scene_id = 13;
}