GC-Proto/proto/UnfreezeGroupLimitNotify.proto

11 lines
218 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
2024-07-08 14:40:31 +03:00
// CmdId: 24297 or 28371?
// Version: 4.7.0
// Obfs: MMPEMIHNEEI
message UnfreezeGroupLimitNotify {
2024-07-08 14:40:31 +03:00
uint32 point_id = 7;
uint32 scene_id = 11;
2024-06-02 08:33:33 +03:00
}