GC-Proto/proto/WorldChestOpenNotify.proto

12 lines
229 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: 22669 ?
// Version: 4.7.0
// Obfs: HECPBJNCDBF
message WorldChestOpenNotify {
2024-07-08 14:40:31 +03:00
uint32 scene_id = 9;
uint32 group_id = 10;
uint32 config_id = 3;
2024-06-02 08:33:33 +03:00
}