GC-Proto/proto/UnfreezeGroupLimitNotify.proto

10 lines
194 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-08-28 12:09:22 +03:00
// Version: 5.0
// CmdId: 2540
2024-06-02 08:33:33 +03:00
2024-08-28 12:09:22 +03:00
message UnfreezeGroupLimitNotify {
uint32 scene_id = 5;
uint32 point_id = 12;
}